OSDN Git Service

[Version] 3.0.0Alpha5
[hengband/hengband.git] / .gitignore
1 # generated by configure
2 src/autoconf.h
3 src/autoconf.h.in
4 src/stamp-h1
5
6 # generated by gcc
7 src/**/*.o
8 src/hengband
9
10 # Ignore generated documents by Doxygen
11 doxygen/html/
12
13 # Windows binary
14 Hengband.exe
15 Hengband.exe.lastcodeanalysissucceeded
16
17 # English version build result by Visual Studio
18 [Ee]nglish-[Dd]ebug/
19 [Ee]nglish-[Rr]elease/
20
21 # game data files auto generated
22 Hengband.INI
23 lib/user/
24 lib/save/
25 *.raw
26
27 ## Ignore Visual Studio temporary files, build results, and
28 ## files generated by popular Visual Studio add-ons.
29 ##
30 ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
31
32 # User-specific files
33 *.rsuser
34 *.suo
35 *.user
36 *.userosscache
37 *.sln.docstates
38
39 # User-specific files (MonoDevelop/Xamarin Studio)
40 *.userprefs
41
42 # Mono auto generated files
43 mono_crash.*
44
45 # Build results
46 [Dd]ebug/
47 [Dd]ebugPublic/
48 [Rr]elease/
49 [Rr]eleases/
50 x64/
51 x86/
52 [Ww][Ii][Nn]32/
53 [Aa][Rr][Mm]/
54 [Aa][Rr][Mm]64/
55 bld/
56 [Bb]in/
57 [Oo]bj/
58 [Ll]og/
59 [Ll]ogs/
60
61 # Visual Studio 2015/2017 cache/options directory
62 .vs/
63 # Uncomment if you have tasks that create the project's static files in wwwroot
64 #wwwroot/
65
66 # Visual Studio 2017 auto generated files
67 Generated\ Files/
68
69 # MSTest test Results
70 [Tt]est[Rr]esult*/
71 [Bb]uild[Ll]og.*
72
73 # NUnit
74 *.VisualState.xml
75 TestResult.xml
76 nunit-*.xml
77
78 # Build Results of an ATL Project
79 [Dd]ebugPS/
80 [Rr]eleasePS/
81 dlldata.c
82
83 # Benchmark Results
84 BenchmarkDotNet.Artifacts/
85
86 # .NET Core
87 project.lock.json
88 project.fragment.lock.json
89 artifacts/
90
91 # ASP.NET Scaffolding
92 ScaffoldingReadMe.txt
93
94 # StyleCop
95 StyleCopReport.xml
96
97 # Files built by Visual Studio
98 *_i.c
99 *_p.c
100 *_h.h
101 *.ilk
102 *.meta
103 *.obj
104 *.iobj
105 *.pch
106 *.pdb
107 *.ipdb
108 *.pgc
109 *.pgd
110 *.rsp
111 *.sbr
112 *.tlb
113 *.tli
114 *.tlh
115 *.tmp
116 *.tmp_proj
117 *_wpftmp.csproj
118 *.log
119 *.vspscc
120 *.vssscc
121 .builds
122 *.pidb
123 *.svclog
124 *.scc
125
126 # Chutzpah Test files
127 _Chutzpah*
128
129 # Visual C++ cache files
130 ipch/
131 *.aps
132 *.ncb
133 *.opendb
134 *.opensdf
135 *.sdf
136 *.cachefile
137 *.VC.db
138 *.VC.VC.opendb
139
140 # Visual Studio profiler
141 *.psess
142 *.vsp
143 *.vspx
144 *.sap
145
146 # Visual Studio Trace Files
147 *.e2e
148
149 # TFS 2012 Local Workspace
150 $tf/
151
152 # Guidance Automation Toolkit
153 *.gpState
154
155 # ReSharper is a .NET coding add-in
156 _ReSharper*/
157 *.[Rr]e[Ss]harper
158 *.DotSettings.user
159
160 # TeamCity is a build add-in
161 _TeamCity*
162
163 # DotCover is a Code Coverage Tool
164 *.dotCover
165
166 # AxoCover is a Code Coverage Tool
167 .axoCover/*
168 !.axoCover/settings.json
169
170 # Coverlet is a free, cross platform Code Coverage Tool
171 coverage*.json
172 coverage*.xml
173 coverage*.info
174
175 # Visual Studio code coverage results
176 *.coverage
177 *.coveragexml
178
179 # NCrunch
180 _NCrunch_*
181 .*crunch*.local.xml
182 nCrunchTemp_*
183
184 # MightyMoose
185 *.mm.*
186 AutoTest.Net/
187
188 # Web workbench (sass)
189 .sass-cache/
190
191 # Installshield output folder
192 [Ee]xpress/
193
194 # DocProject is a documentation generator add-in
195 DocProject/buildhelp/
196 DocProject/Help/*.HxT
197 DocProject/Help/*.HxC
198 DocProject/Help/*.hhc
199 DocProject/Help/*.hhk
200 DocProject/Help/*.hhp
201 DocProject/Help/Html2
202 DocProject/Help/html
203
204 # Click-Once directory
205 publish/
206
207 # Publish Web Output
208 *.[Pp]ublish.xml
209 *.azurePubxml
210 # Note: Comment the next line if you want to checkin your web deploy settings,
211 # but database connection strings (with potential passwords) will be unencrypted
212 *.pubxml
213 *.publishproj
214
215 # Microsoft Azure Web App publish settings. Comment the next line if you want to
216 # checkin your Azure Web App publish settings, but sensitive information contained
217 # in these scripts will be unencrypted
218 PublishScripts/
219
220 # NuGet Packages
221 *.nupkg
222 # NuGet Symbol Packages
223 *.snupkg
224 # The packages folder can be ignored because of Package Restore
225 **/[Pp]ackages/*
226 # except build/, which is used as an MSBuild target.
227 !**/[Pp]ackages/build/
228 # Uncomment if necessary however generally it will be regenerated when needed
229 #!**/[Pp]ackages/repositories.config
230 # NuGet v3's project.json files produces more ignorable files
231 *.nuget.props
232 *.nuget.targets
233
234 # Microsoft Azure Build Output
235 csx/
236 *.build.csdef
237
238 # Microsoft Azure Emulator
239 ecf/
240 rcf/
241
242 # Windows Store app package directories and files
243 AppPackages/
244 BundleArtifacts/
245 Package.StoreAssociation.xml
246 _pkginfo.txt
247 *.appx
248 *.appxbundle
249 *.appxupload
250
251 # Visual Studio cache files
252 # files ending in .cache can be ignored
253 *.[Cc]ache
254 # but keep track of directories ending in .cache
255 !?*.[Cc]ache/
256
257 # Others
258 ClientBin/
259 ~$*
260 *~
261 *.dbmdl
262 *.dbproj.schemaview
263 *.jfm
264 *.pfx
265 *.publishsettings
266 orleans.codegen.cs
267
268 # Including strong name files can present a security risk
269 # (https://github.com/github/gitignore/pull/2483#issue-259490424)
270 #*.snk
271
272 # Since there are multiple workflows, uncomment next line to ignore bower_components
273 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
274 #bower_components/
275
276 # RIA/Silverlight projects
277 Generated_Code/
278
279 # Backup & report files from converting an old project file
280 # to a newer Visual Studio version. Backup files are not needed,
281 # because we have git ;-)
282 _UpgradeReport_Files/
283 Backup*/
284 UpgradeLog*.XML
285 UpgradeLog*.htm
286 ServiceFabricBackup/
287 *.rptproj.bak
288
289 # SQL Server files
290 *.mdf
291 *.ldf
292 *.ndf
293
294 # Business Intelligence projects
295 *.rdl.data
296 *.bim.layout
297 *.bim_*.settings
298 *.rptproj.rsuser
299 *- [Bb]ackup.rdl
300 *- [Bb]ackup ([0-9]).rdl
301 *- [Bb]ackup ([0-9][0-9]).rdl
302
303 # Microsoft Fakes
304 FakesAssemblies/
305
306 # GhostDoc plugin setting file
307 *.GhostDoc.xml
308
309 # Node.js Tools for Visual Studio
310 .ntvs_analysis.dat
311 node_modules/
312
313 # Visual Studio 6 build log
314 *.plg
315
316 # Visual Studio 6 workspace options file
317 *.opt
318
319 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
320 *.vbw
321
322 # Visual Studio LightSwitch build output
323 **/*.HTMLClient/GeneratedArtifacts
324 **/*.DesktopClient/GeneratedArtifacts
325 **/*.DesktopClient/ModelManifest.xml
326 **/*.Server/GeneratedArtifacts
327 **/*.Server/ModelManifest.xml
328 _Pvt_Extensions
329
330 # Paket dependency manager
331 .paket/paket.exe
332 paket-files/
333
334 # FAKE - F# Make
335 .fake/
336
337 # CodeRush personal settings
338 .cr/personal
339
340 # Python Tools for Visual Studio (PTVS)
341 __pycache__/
342 *.pyc
343
344 # Cake - Uncomment if you are using it
345 # tools/**
346 # !tools/packages.config
347
348 # Tabs Studio
349 *.tss
350
351 # Telerik's JustMock configuration file
352 *.jmconfig
353
354 # BizTalk build output
355 *.btp.cs
356 *.btm.cs
357 *.odx.cs
358 *.xsd.cs
359
360 # OpenCover UI analysis results
361 OpenCover/
362
363 # Azure Stream Analytics local run output
364 ASALocalRun/
365
366 # MSBuild Binary and Structured Log
367 *.binlog
368
369 # NVidia Nsight GPU debugger configuration file
370 *.nvuser
371
372 # MFractors (Xamarin productivity tool) working folder
373 .mfractor/
374
375 # Local History for Visual Studio
376 .localhistory/
377
378 # BeatPulse healthcheck temp database
379 healthchecksdb
380
381 # Backup folder for Package Reference Convert tool in Visual Studio 2017
382 MigrationBackup/
383
384 # Ionide (cross platform F# VS Code tools) working folder
385 .ionide/
386
387 # Fody - auto-generated XML schema
388 FodyWeavers.xsd
389
390 # http://www.gnu.org/software/automake
391
392 Makefile.in
393 /ar-lib
394 /mdate-sh
395 /py-compile
396 /test-driver
397 /ylwrap
398 .deps/
399 .dirstamp
400
401 # http://www.gnu.org/software/autoconf
402
403 autom4te.cache
404 /autoscan.log
405 /autoscan-*.log
406 /aclocal.m4
407 /compile
408 /config.guess
409 /config.h.in
410 /config.log
411 /config.status
412 /config.sub
413 /configure
414 /configure.scan
415 /depcomp
416 /install-sh
417 /missing
418 /stamp-h1
419
420 # https://www.gnu.org/software/libtool/
421
422 /ltmain.sh
423
424 # http://www.gnu.org/software/texinfo
425
426 /texinfo.tex
427
428 # http://www.gnu.org/software/m4/
429
430 m4/libtool.m4
431 m4/ltoptions.m4
432 m4/ltsugar.m4
433 m4/ltversion.m4
434 m4/lt~obsolete.m4
435
436 # Generated Makefile 
437 # (meta build system like autotools, 
438 # can automatically generate from config.status script
439 # (which is called by configure script))
440 Makefile