BLT-Graphics/.gitignore

36 lines
338 B
Plaintext
Raw Normal View History

2023-07-29 16:47:39 -04:00
cmake-build-debug/
cmake-build-release/
cmake-build-relwithdebinfo/
2023-07-29 16:15:16 -04: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