hyprpolkitagent/.gitignore

39 lines
318 B
Plaintext
Raw Normal View History

2024-10-14 16:00:09 +02:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2024-10-14 18:55:01 +02:00
.vscode/
.cache/
build/
compile_commands.json