OSDN Git Service

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