Serious-Engine/.gitignore

31 lines
263 B
Plaintext
Raw Normal View History

2016-03-11 14:28:41 +01:00
# 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
2016-03-11 15:08:56 +01:00
!Bison.exe
!Flex.exe