OpenRayman/.gitignore

38 lines
314 B
Plaintext
Raw Normal View History

2016-06-10 20:42:03 -04:00
# 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
*.apps
# Compiled Engine
bin/
# CMake
build/
2016-06-12 18:19:33 -04:00
build_linux/
build_win/