OSDN Git Service

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