hyprutils/.gitignore

47 lines
437 B
Plaintext
Raw Normal View History

2024-06-08 18:51:36 +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-06-08 19:37:15 +02:00
build/
.vscode/
.cache/
2024-08-04 18:15:50 +02:00
.cmake/
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
DartConfiguration.tcl
Makefile
cmake_install.cmake
compile_commands.json
hyprutils.pc