summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 40d97d06b03ef655cc58bff7456455219882add5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
/install_manifest.txt
/Testing
/CTestTestfile.cmake
/CPackConfig.cmake
/CPackSourceConfig.cmake
/src/libcolobotbase.a

# Ignore the generated documentation
/doc
/Doxyfile

# Ignore targets
/colobot

# Ignore local data
/colobot.ini
/savegame

# Standard build directory
/build

# Ignore KDevelop files
.kdev4
*.kdev4

# Ignore gedit temp files
*~