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