forked from symphony-of-empires/symphony-of-empires
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (77 loc) · 945 Bytes
/
.gitignore
File metadata and controls
98 lines (77 loc) · 945 Bytes
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
# linux-cmake binaries
SymphonyOfEmpires
*.a
# configuration depending on user
dobuild.bat
dobuild.sh
dobuild.jcl
# game files
log.txt
test.txt
unknown.lua
*_cache.dat
# windows libraries
windows_libs/
# Doxygen docs
docs/
html/
latex/
# savefiles from the game
*.v0
*.v1
*.v2
*.v3
# performance stuff
*.out
perf.data
# linux ld stuff
*.out
*.o
# windows obj files
#*.obj
*.exe
*.lib
*.pdb
# output folders
bin/
obj/
# test stuff
mods/test
editor/
# compiled translation files
*.mo
# vscode stuff
.vscode/
compile_commands.json
.cache/
# cmake generated
# visual studio stuff
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# Visual Studio
.vs/
out/
# cmake stuff
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
CMakeSettings.json
# build directories
[Bb]uild-*/
[Bb]uild/
[Bb]uild-android/
*-build/
winbuild/
winbuild*/
# libs
external/
# makefile stuff
.depend
Makefile
*.dll*
unused.txt
/vcpkg/