Tetris/.gitignore

49 lines
427 B
Plaintext
Raw Normal View History

2014-11-07 20:47:50 +01:00
# 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*
2015-04-06 16:23:50 +02:00
build/src
2014-11-07 20:47:50 +01:00
build/tetris
2015-04-06 16:18:44 +02:00
.kdev4*