summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3993d51f9e0a220ea288d4659c3580dce2c52a2f (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
33
# 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
*~
.pc/