File: .gitignore

package info (click to toggle)
colobot 0.1.11.1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412,620 kB
  • sloc: cpp: 139,045; ansic: 3,063; python: 2,112; sh: 205; awk: 91; makefile: 32
file content (40 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (3)
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
34
35
36
37
38
39
40
# 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
/src/CBot/libCBot.so

# Ignore local data
/colobot.ini
/saves

# Standard build directory
/build

# Ignore KDevelop files
.kdev4
*.kdev4

# Ignore gedit temp files
*~

# Ignore QtCreator temp files
CMakeLists.txt.user
CMakeLists.txt.user.*

# Ignore Visual Studio Code files
/.vscode