OSDN Git Service

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