AgnosiaEngine/.gitignore

39 lines
336 B
Plaintext
Raw Normal View History

2024-10-03 22:32:21 -05:00
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
2024-10-11 11:16:44 -05:00
# Compiled Shader files
*.spv
2024-10-03 22:32:21 -05:00
# 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-04 01:41:52 -05:00
build/
2024-10-24 20:21:10 -05:00
compile_commands.json