summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3dae3d99ca89d2890f3c36b113a68f7e7a12e4a7 (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
# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
/install_manifest.txt
/Testing
/CTestTestfile.cmake
/CPackConfig.cmake
/CPackSourceConfig.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

# Ignore gedit temp files
*~