OSDN Git Service

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