colobot/.gitignore

30 lines
367 B
Plaintext
Raw Normal View History

# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
/install_manifest.txt
/Testing
/CTestTestfile.cmake
# Ignore the generated documentation
/doc
/Doxyfile
# Ignore targets
/colobot
# Ignore local data
/colobot.ini
/savegame
# Standard build directory
/build
# Ignore KDevelop files
.kdev4
*.kdev4
2013-12-25 09:53:32 -08:00
# Ignore gedit temp files
*~