2018-12-12 11:46:19 +01:00
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
*.obj
|
|
|
|
*.elf
|
|
|
|
|
|
|
|
# Linker output
|
|
|
|
*.ilk
|
|
|
|
*.map
|
|
|
|
*.exp
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.lo
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
*.i*86
|
|
|
|
*.x86_64
|
|
|
|
*.hex
|
|
|
|
|
|
|
|
# Debug files
|
|
|
|
*.dSYM/
|
|
|
|
*.su
|
|
|
|
*.idb
|
|
|
|
*.pdb
|
|
|
|
|
|
|
|
# Kernel Module Compile Results
|
|
|
|
*.mod*
|
|
|
|
*.cmd
|
|
|
|
.tmp_versions/
|
|
|
|
modules.order
|
|
|
|
Module.symvers
|
|
|
|
Mkfile.old
|
|
|
|
dkms.conf
|
2020-01-24 23:31:01 +01:00
|
|
|
|
2024-10-29 03:41:54 +01:00
|
|
|
# Build folders
|
2020-01-24 23:31:01 +01:00
|
|
|
build/
|
2020-03-13 17:43:24 +01:00
|
|
|
build-*/
|
2023-09-06 20:36:48 +02:00
|
|
|
hyprland-share-picker/build/
|
|
|
|
|
2024-10-29 03:41:54 +01:00
|
|
|
# Generated code files
|
2024-09-20 19:01:12 +02:00
|
|
|
protocols/*.c*
|
2024-10-29 03:35:40 +01:00
|
|
|
protocols/*.h*
|
|
|
|
|
|
|
|
# Nix build results
|
|
|
|
result
|
|
|
|
result-man
|
2024-10-29 03:41:54 +01:00
|
|
|
|
|
|
|
# Code editors
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# MISCELLANEOUS
|
|
|
|
.cache
|