OSDN Git Service

5fccd7f041c436a8cf65ac70cd7120beafc970be
[hengband/hengband.git] / .gitignore
1 # generated files by autoconf and automake
2 aclocal.m4
3 autom4te.cache
4 configure
5 depcomp
6 install-sh
7 Makefile.in
8 missing
9 autoconf.h.in
10
11 # generated by configure
12 config.log
13 config.status
14 Makefile
15 src/.deps
16 src/autoconf.h
17 src/stamp-h1
18
19 # generated by gcc
20 src/*.o
21 src/hengband
22
23 # Ignore generated documents by Doxygen
24 doxygen/html/
25
26 # Windows binary
27 Hengband.exe
28
29 # game data files auto generated
30 Hengband.INI
31 lib/user/
32 lib/save/
33 *.raw
34
35 ### settings below are copied from
36 ### https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
37 ## Ignore Visual Studio temporary files, build results, and
38 ## files generated by popular Visual Studio add-ons.
39 ##
40 ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
41
42 # User-specific files
43 *.suo
44 *.user
45 *.userosscache
46 *.sln.docstates
47
48 # User-specific files (MonoDevelop/Xamarin Studio)
49 *.userprefs
50
51 # Build results
52 [Dd]ebug/
53 [Dd]ebugPublic/
54 [Rr]elease/
55 [Rr]eleases/
56 x64/
57 x86/
58 bld/
59 [Bb]in/
60 [Oo]bj/
61 [Ll]og/
62
63 # Visual Studio 2015 cache/options directory
64 .vs/
65 # Uncomment if you have tasks that create the project's static files in wwwroot
66 #wwwroot/
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
76 # Build Results of an ATL Project
77 [Dd]ebugPS/
78 [Rr]eleasePS/
79 dlldata.c
80
81 # Benchmark Results
82 BenchmarkDotNet.Artifacts/
83
84 # .NET Core
85 project.lock.json
86 project.fragment.lock.json
87 artifacts/
88 **/Properties/launchSettings.json
89
90 *_i.c
91 *_p.c
92 *_i.h
93 *.ilk
94 *.meta
95 *.obj
96 *.pch
97 *.pdb
98 *.pgc
99 *.pgd
100 *.rsp
101 *.sbr
102 *.tlb
103 *.tli
104 *.tlh
105 *.tmp
106 *.tmp_proj
107 *.log
108 *.vspscc
109 *.vssscc
110 .builds
111 *.pidb
112 *.svclog
113 *.scc
114
115 # Chutzpah Test files
116 _Chutzpah*
117
118 # Visual C++ cache files
119 ipch/
120 *.aps
121 *.ncb
122 *.opendb
123 *.opensdf
124 *.sdf
125 *.cachefile
126 *.VC.db
127 *.VC.VC.opendb
128
129 # Visual Studio profiler
130 *.psess
131 *.vsp
132 *.vspx
133 *.sap
134
135 # TFS 2012 Local Workspace
136 $tf/
137
138 # Guidance Automation Toolkit
139 *.gpState
140
141 # ReSharper is a .NET coding add-in
142 _ReSharper*/
143 *.[Rr]e[Ss]harper
144 *.DotSettings.user
145
146 # JustCode is a .NET coding add-in
147 .JustCode
148
149 # TeamCity is a build add-in
150 _TeamCity*
151
152 # DotCover is a Code Coverage Tool
153 *.dotCover
154
155 # AxoCover is a Code Coverage Tool
156 .axoCover/*
157 !.axoCover/settings.json
158
159 # Visual Studio code coverage results
160 *.coverage
161 *.coveragexml
162
163 # NCrunch
164 _NCrunch_*
165 .*crunch*.local.xml
166 nCrunchTemp_*
167
168 # MightyMoose
169 *.mm.*
170 AutoTest.Net/
171
172 # Web workbench (sass)
173 .sass-cache/
174
175 # Installshield output folder
176 [Ee]xpress/
177
178 # DocProject is a documentation generator add-in
179 DocProject/buildhelp/
180 DocProject/Help/*.HxT
181 DocProject/Help/*.HxC
182 DocProject/Help/*.hhc
183 DocProject/Help/*.hhk
184 DocProject/Help/*.hhp
185 DocProject/Help/Html2
186 DocProject/Help/html
187
188 # Click-Once directory
189 publish/
190
191 # Publish Web Output
192 *.[Pp]ublish.xml
193 *.azurePubxml
194 # Note: Comment the next line if you want to checkin your web deploy settings,
195 # but database connection strings (with potential passwords) will be unencrypted
196 *.pubxml
197 *.publishproj
198
199 # Microsoft Azure Web App publish settings. Comment the next line if you want to
200 # checkin your Azure Web App publish settings, but sensitive information contained
201 # in these scripts will be unencrypted
202 PublishScripts/
203
204 # NuGet Packages
205 *.nupkg
206 # The packages folder can be ignored because of Package Restore
207 **/packages/*
208 # except build/, which is used as an MSBuild target.
209 !**/packages/build/
210 # Uncomment if necessary however generally it will be regenerated when needed
211 #!**/packages/repositories.config
212 # NuGet v3's project.json files produces more ignorable files
213 *.nuget.props
214 *.nuget.targets
215
216 # Microsoft Azure Build Output
217 csx/
218 *.build.csdef
219
220 # Microsoft Azure Emulator
221 ecf/
222 rcf/
223
224 # Windows Store app package directories and files
225 AppPackages/
226 BundleArtifacts/
227 Package.StoreAssociation.xml
228 _pkginfo.txt
229 *.appx
230
231 # Visual Studio cache files
232 # files ending in .cache can be ignored
233 *.[Cc]ache
234 # but keep track of directories ending in .cache
235 !*.[Cc]ache/
236
237 # Others
238 ClientBin/
239 ~$*
240 *~
241 *.dbmdl
242 *.dbproj.schemaview
243 *.jfm
244 *.pfx
245 *.publishsettings
246 orleans.codegen.cs
247
248 # Since there are multiple workflows, uncomment next line to ignore bower_components
249 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
250 #bower_components/
251
252 # RIA/Silverlight projects
253 Generated_Code/
254
255 # Backup & report files from converting an old project file
256 # to a newer Visual Studio version. Backup files are not needed,
257 # because we have git ;-)
258 _UpgradeReport_Files/
259 Backup*/
260 UpgradeLog*.XML
261 UpgradeLog*.htm
262
263 # SQL Server files
264 *.mdf
265 *.ldf
266 *.ndf
267
268 # Business Intelligence projects
269 *.rdl.data
270 *.bim.layout
271 *.bim_*.settings
272
273 # Microsoft Fakes
274 FakesAssemblies/
275
276 # GhostDoc plugin setting file
277 *.GhostDoc.xml
278
279 # Node.js Tools for Visual Studio
280 .ntvs_analysis.dat
281 node_modules/
282
283 # Typescript v1 declaration files
284 typings/
285
286 # Visual Studio 6 build log
287 *.plg
288
289 # Visual Studio 6 workspace options file
290 *.opt
291
292 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
293 *.vbw
294
295 # Visual Studio LightSwitch build output
296 **/*.HTMLClient/GeneratedArtifacts
297 **/*.DesktopClient/GeneratedArtifacts
298 **/*.DesktopClient/ModelManifest.xml
299 **/*.Server/GeneratedArtifacts
300 **/*.Server/ModelManifest.xml
301 _Pvt_Extensions
302
303 # Paket dependency manager
304 .paket/paket.exe
305 paket-files/
306
307 # FAKE - F# Make
308 .fake/
309
310 # JetBrains Rider
311 .idea/
312 *.sln.iml
313
314 # CodeRush
315 .cr/
316
317 # Python Tools for Visual Studio (PTVS)
318 __pycache__/
319 *.pyc
320
321 # Cake - Uncomment if you are using it
322 # tools/**
323 # !tools/packages.config
324
325 # Tabs Studio
326 *.tss
327
328 # Telerik's JustMock configuration file
329 *.jmconfig
330
331 # BizTalk build output
332 *.btp.cs
333 *.btm.cs
334 *.odx.cs
335 *.xsd.cs
336
337 # OpenCover UI analysis results
338 OpenCover/