colobot/.gitignore

41 lines
568 B
Plaintext
Raw Normal View History

# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
/install_manifest.txt
/Testing
/CTestTestfile.cmake
2014-09-21 09:58:30 +00:00
/CPackConfig.cmake
/CPackSourceConfig.cmake
2014-10-26 10:06:00 +00:00
/src/libcolobotbase.a
# Ignore the generated documentation
/doc
/Doxyfile
# Ignore targets
/colobot
/src/CBot/libCBot.so
# Ignore local data
/colobot.ini
/saves
# Standard build directory
/build
# Ignore KDevelop files
.kdev4
*.kdev4
2013-12-25 17:53:32 +00:00
# Ignore gedit temp files
*~
2015-07-27 16:13:14 +00:00
# Ignore QtCreator temp files
CMakeLists.txt.user
CMakeLists.txt.user.*
2016-08-15 16:08:18 +00:00
# Ignore Visual Studio Code files
/.vscode