xdg-desktop-portal-hyprland/.gitignore

72 lines
634 B
Text
Raw Normal View History

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/
build-*/
2023-09-06 20:36:48 +02:00
hyprland-share-picker/build/
2024-10-29 03:41:54 +01:00
# Generated code files
protocols/*.c*
protocols/*.h*
# Nix build results
result
result-man
2024-10-29 03:41:54 +01:00
# Code editors
.vscode/
# MISCELLANEOUS
.cache