OSDN Git Service

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