forked from wesnoth/wesnoth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
196 lines (173 loc) · 2.83 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# stderr.txt output + copies
stderr*.txt
stdout*.txt
# project files
.*project
Project.*
# Makefiles
Makefile
Makefile.in
# cmake
CMakeFiles
CMakeLists.txt.user*
cmake_install.cmake
CPack*Config.cmake
uninstall.cmake
CMakeCache.txt
install_manifest.txt
# scons
.scons-option-cache
*sconsign.dblite
.sconf_temp
buildlog.txt
# XCode
projectfiles/Xcode/**/build
projectfiles/Xcode/**/Headers
projectfiles/Xcode/**/Wesnoth.dmgCanvas
projectfiles/Xcode/**/*.mode1v3
projectfiles/Xcode/**/*.pbxuser
projectfiles/Xcode/**/xcuserdata
projectfiles/Xcode/**/project.xcworkspace
# CodeBlocks
projectfiles/**/.clang
projectfiles/**/cb
projectfiles/**/wesnoth.tags
projectfiles/**/wesnoth.workspace.*
projectfiles/**/*.depend
projectfiles/**/*.layout
projectfiles/**/*_build_log.html
projectfiles/**/*objs*
# Visual Studio
projectfiles/VC*
!projectfiles/VC12
projectfiles/VC*/.vs/
projectfiles/VC*/*.vc.*db
projectfiles/VC*/*.sdf
projectfiles/VC*/*.suo
projectfiles/VC*/*.aps
projectfiles/VC*/*.user
ALL_BUILD.vcproj
INSTALL.vcproj
PACKAGE.vcproj
ZERO_CHECK.vcproj
uninstall.vcproj
*.vcproj.*.user
src/**/*.vcproj
/WindowsTimeout.ilk
/WindowsTimeout.pdb
.vscode
# eclipse
.settings
!utils/umc_dev/org.wesnoth*/.settings/
!utils/umc_dev/org.wesnoth*/.project
# autotools
config.h
config.h.in
config.log
config.status
configure
configure.lineno
aclocal.m4
autom4te.cache
stamp-h1
# build directories
/wesnoth*
/wesnothd*
wesnothd/
/campaignd*
campaignd/
/cutter*
cutter/
/exploder*
/build/
Release
Debug
ReleaseDEBUG
Debug (fast)
tags
/schema_generator*
/schema_validator*
/create_images*
/wesmage*
# build results etc.
wesnoth_zip
wesnoth.exp
wesnoth.ilk
wesnoth.lib
wesnoth.ncb
wesnoth.suo
wesnoth.opt
wesnoth.plg
*.exe
*.dll
# library files
.libs
[Ll]ib
!data/ai/formula/lib/
!src/gui/lib/
# release-only directories
translations
userdata
# testing
/test*
!/test_wrapper.sh
src/test
error*.log
boost_test_result.xml
*build*.sh
# translations
locales
make_translation
merge_translations
*.gmo
po/**/[a-z][a-z]
po/**/[a-z][a-z]_[GB]R
po/wesnoth*/POTFILES*
po/**/pot-update.sh
po/**/stamp-po
po/**/remove-potcdate.s*
po/**/Makefile*
!po/wesnoth-manpages/Makefile
!po/wesnoth-manual/Makefile
# tools
data/tools/unit_tree/**/files
data/tools/unit_tree/**/reports
data/tools/unit_tree/**/Locale
# doc
doc/doxygen/html
doc/manual/**/*.xml
# keep src clean from tools
src/**/wesnoth/
src/**/exploder
src/**/wesnoth_addon_manager
src/**/wmllint
src/**/wmlscope
src/**/wmlindent
# file for loading lua from within test scenario on-the-fly
data/lua/**/code.lua
# previous .gitignore files
po/**/.gitignore
images/**/.gitignore
data/core/images/**/.gitignore
data/campaigns/**/images/**/.gitignore
# OS created files
.DS_Store
[Tt]humbs.db
*Neuer Ordner*
.directory
# extensions
*.pyc
*.sw[po]
*.pbl
*.xhtml
*.[ao]
*.out
*~
.deps
.dirstamp
# uncategorized
revision*
config.h
6not
.kdev*
callgrind.out.*