OpenRayman/.gitignore
2016-06-16 00:56:11 +02:00

41 lines
416 B
Plaintext
Executable file

# 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