OSDN Git Service

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