OSDN Git Service

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