Tetris/.gitignore
2014-11-07 20:47:50 +01:00

47 lines
409 B
Plaintext

# CMake ignore...
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# 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
# backup
*~
# score
.score
# unsuported build
windows*
build/tetris