summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d2c6fbc9244a82057a98d634fd62786b73393b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ignore the documentation folder
/doc

# Ignore targets
/colobot

# Ignore local data
/colobot.ini
/savegame

# Ignore the CMake build files
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
/install_manifest.txt
/Testing
/CTestTestfile.cmake

# Ignore KDevelop files
.kdev4
*.kdev4