-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
.gitignore
114 lines (102 loc) · 1.1 KB
/
.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# executables
*.exe*
*.zip
cdogs-sdl
cdogs-sdl-editor
cdogs-sdl.opk
# tests
*_test
# CMake stuff
*CMakeCache.txt
CMakeFiles/
*cmake_install.cmake
Makefile
.metadata/
RemoteSystemsTempFiles/
*.dir/
CPack*
_CPack_Packages/
CTestTestfile.cmake
DartConfiguration.tcl
Testing/
install_manifest_Runtime.txt
*.deb
*.rpm
__pycache__/
.cmake/
compile_commands.json
*.build/
# Generated files
src/cdogs/sys_config.h
build/linux/cdogs-sdl
cdogs-sdl_*/
install_manifest.txt
build/windows/cdogs.rc
/nanopb/
# Linux
bin/
share/
include/
!src/cdogs/enet/include/
# Visual Studio
enc_temp_folder/
Debug/
Release/
RelWithDebInfo/
out/
Win32/
*.opensdf
*.sdf
*.suo
*.dll
*.psess
*.vcxproj*
*.vspx
*.sln
*.ilk
*.pdb
*.tmp
*.VC.*
.vs/
CMakeSettings.json
VSInheritEnvironments.txt
# XCode
XCBuildData/
CMakeScripts/
*.xcodeproj/
.DS_Store
*.dmg
*.app/
# CLion
.idea/
*.cbp
# VS Code
.vscode/
# GCW-Zero
gcw0build/
gcw0-toolchain/
# Ninja
.ninja*
*.ninja
# Appveyor
dll/
# Mission pack
missionpack/
# Other
*.lnk
*.log
*.o
*.a
*.so
*.so.*
*.swp
Makefile.*
*.tar.gz
tmp
.cdogs/
*~*.cpn
*~*.cdogscpn
Thumbs.db
.config/
*.blend1
emscripten/