OpenRayman/.gitignore

41 lines
416 B
Plaintext
Raw Normal View History

2016-06-15 18:56:11 -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/
build_linux/
build_win/
# SDL2 windows
!win32/SDL2/libSDL2.dll.a
!win32/SDL2/SDL2.dll