OSDN Git Service

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