mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
d1636a7990
I really hate VS because it makes too many useless generated stuff!
45 lines
369 B
Plaintext
45 lines
369 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
!Bison.exe
|
|
!Flex.exe
|
|
|
|
# Visual Studio Stuff
|
|
*.bsc
|
|
*.cnt
|
|
*.exp
|
|
*.ipch
|
|
*.log
|
|
*.map
|
|
*.opensdf
|
|
*.pdb
|
|
*.res
|
|
*.sbr
|
|
*.sdf
|
|
*.suo
|
|
*.tlog |