OpenRayman/.gitignore
Hannes Mann becce1b1f2 Remove build_win
oops
2016-06-13 00:19:33 +02:00

38 lines
314 B
Plaintext

# 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/