OSDN Git Service

#37449 (2.2.0.75) ゲームメッセージのログ拡張に伴って発生したセーブデータのトラブルを修正。 / Fix trouble of savedata...
[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 # User-specific files
41 *.suo
42 *.user
43 *.sln.docstates
44
45 # Build results
46 [Dd]ebug/
47 [Dd]ebugPublic/
48 [Rr]elease/
49 x64/
50 build/
51 bld/
52 [Bb]in/
53 [Oo]bj/
54
55 # MSTest test Results
56 [Tt]est[Rr]esult*/
57 [Bb]uild[Ll]og.*
58
59 #NUNIT
60 *.VisualState.xml
61 TestResult.xml
62
63 *_i.c
64 *_p.c
65 *_i.h
66 *.ilk
67 *.meta
68 *.obj
69 *.pch
70 *.pdb
71 *.pgc
72 *.pgd
73 *.rsp
74 *.sbr
75 *.tlb
76 *.tli
77 *.tlh
78 *.tmp
79 *.tmp_proj
80 *.log
81 *.vspscc
82 *.vssscc
83 .builds
84 *.pidb
85 *.svclog
86 *.scc
87
88 # Chutzpah Test files
89 _Chutzpah*
90
91 # Visual C++ cache files
92 ipch/
93 *.aps
94 *.ncb
95 *.opensdf
96 *.sdf
97 *.cachefile
98
99 # Visual Studio profiler
100 *.psess
101 *.vsp
102 *.vspx
103
104 # TFS 2012 Local Workspace
105 $tf/
106
107 # Guidance Automation Toolkit
108 *.gpState
109
110 # ReSharper is a .NET coding add-in
111 _ReSharper*/
112 *.[Rr]e[Ss]harper
113 *.DotSettings.user
114
115 # JustCode is a .NET coding addin-in
116 .JustCode
117
118 # TeamCity is a build add-in
119 _TeamCity*
120
121 # DotCover is a Code Coverage Tool
122 *.dotCover
123
124 # NCrunch
125 *.ncrunch*
126 _NCrunch_*
127 .*crunch*.local.xml
128
129 # MightyMoose
130 *.mm.*
131 AutoTest.Net/
132
133 # Web workbench (sass)
134 .sass-cache/
135
136 # Installshield output folder
137 [Ee]xpress/
138
139 # DocProject is a documentation generator add-in
140 DocProject/buildhelp/
141 DocProject/Help/*.HxT
142 DocProject/Help/*.HxC
143 DocProject/Help/*.hhc
144 DocProject/Help/*.hhk
145 DocProject/Help/*.hhp
146 DocProject/Help/Html2
147 DocProject/Help/html
148
149 # Click-Once directory
150 publish/
151
152 # Publish Web Output
153 *.[Pp]ublish.xml
154 *.azurePubxml
155
156 # NuGet Packages Directory
157 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
158 #packages/*
159 ## TODO: If the tool you use requires repositories.config, also uncomment the next line
160 #!packages/repositories.config
161
162 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
163 # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
164 !packages/build/
165
166 # Windows Azure Build Output
167 csx/
168 *.build.csdef
169
170 # Windows Store app package directory
171 AppPackages/
172
173 # Others
174 sql/
175 *.Cache
176 ClientBin/
177 [Ss]tyle[Cc]op.*
178 ~$*
179 *~
180 *.dbmdl
181 *.dbproj.schemaview
182 *.pfx
183 *.publishsettings
184 node_modules/
185
186 # RIA/Silverlight projects
187 Generated_Code/
188
189 # Backup & report files from converting an old project file to a newer
190 # Visual Studio version. Backup files are not needed, because we have git ;-)
191 _UpgradeReport_Files/
192 Backup*/
193 UpgradeLog*.XML
194 UpgradeLog*.htm
195
196 # SQL Server files
197 App_Data/*.mdf
198 App_Data/*.ldf
199
200 # Business Intelligence projects
201 *.rdl.data
202 *.bim.layout
203 *.bim_*.settings
204
205 # Microsoft Fakes
206 FakesAssemblies/
207
208 # =========================
209 # Windows detritus
210 # =========================
211
212 # Windows image file caches
213 Thumbs.db
214 ehthumbs.db
215
216 # Folder config file
217 Desktop.ini
218
219 # Recycle Bin used on file shares
220 $RECYCLE.BIN/