OSDN Git Service

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