forked from colobot/colobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (46 loc) · 813 Bytes
/
.gitignore
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 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 executable
colobot.exe
colobot
log.txt
# Ignore the generated documentation
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
/doc
/Doxyfile
# Ignore targets
/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
*.code-workspace
# Ignore CLion files
/.idea
# Ignore Visual Studio files
/CMakeSettings.json
/.vs
/out
# Ignore CMakeUserPresets.json
CMakeUserPresets.json