OSDN Git Service

DirectSoundを選択すると例外が発生するミス、ならびにWASAPIを正常に選択できないミスを修正。
[dtxmania/dtxmania.git] / .gitignore
1 ## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
3
4 # User-specific files
5 *.suo
6 *.user
7 *.userosscache
8 *.sln.docstates
9 Config.xml
10 DTXManiaLog.txt
11 songlist.db
12 songs.db
13
14 # User-specific files (MonoDevelop/Xamarin Studio)
15 *.userprefs
16
17 # Build results
18 [Dd]ebug/
19 [Dd]ebugPublic/
20 [Rr]elease/
21 [Rr]eleases/
22 x64/
23 x86/
24 bld/
25 [Bb]in/
26 [Oo]bj/
27 [Ll]og/
28
29 # Visual Studio 2015 cache/options directory
30 .vs/
31 # Uncomment if you have tasks that create the project's static files in wwwroot
32 #wwwroot/
33
34 # MSTest test Results
35 [Tt]est[Rr]esult*/
36 [Bb]uild[Ll]og.*
37
38 # NUNIT
39 *.VisualState.xml
40 TestResult.xml
41
42 # Build Results of an ATL Project
43 [Dd]ebugPS/
44 [Rr]eleasePS/
45 dlldata.c
46
47 # DNX
48 project.lock.json
49 project.fragment.lock.json
50 artifacts/
51
52 *_i.c
53 *_p.c
54 *_i.h
55 *.ilk
56 *.meta
57 *.obj
58 *.pch
59 *.pdb
60 *.pgc
61 *.pgd
62 *.rsp
63 *.sbr
64 *.tlb
65 *.tli
66 *.tlh
67 *.tmp
68 *.tmp_proj
69 *.log
70 *.vspscc
71 *.vssscc
72 .builds
73 *.pidb
74 *.svclog
75 *.scc
76
77 # Chutzpah Test files
78 _Chutzpah*
79
80 # Visual C++ cache files
81 ipch/
82 *.aps
83 *.ncb
84 *.opendb
85 *.opensdf
86 *.sdf
87 *.cachefile
88 *.VC.db
89 *.VC.VC.opendb
90
91 # Visual Studio profiler
92 *.psess
93 *.vsp
94 *.vspx
95 *.sap
96
97 # TFS 2012 Local Workspace
98 $tf/
99
100 # Guidance Automation Toolkit
101 *.gpState
102
103 # ReSharper is a .NET coding add-in
104 _ReSharper*/
105 *.[Rr]e[Ss]harper
106 *.DotSettings.user
107
108 # JustCode is a .NET coding add-in
109 .JustCode
110
111 # TeamCity is a build add-in
112 _TeamCity*
113
114 # DotCover is a Code Coverage Tool
115 *.dotCover
116
117 # NCrunch
118 _NCrunch_*
119 .*crunch*.local.xml
120 nCrunchTemp_*
121
122 # MightyMoose
123 *.mm.*
124 AutoTest.Net/
125
126 # Web workbench (sass)
127 .sass-cache/
128
129 # Installshield output folder
130 [Ee]xpress/
131
132 # DocProject is a documentation generator add-in
133 DocProject/buildhelp/
134 DocProject/Help/*.HxT
135 DocProject/Help/*.HxC
136 DocProject/Help/*.hhc
137 DocProject/Help/*.hhk
138 DocProject/Help/*.hhp
139 DocProject/Help/Html2
140 DocProject/Help/html
141
142 # Click-Once directory
143 publish/
144
145 # Publish Web Output
146 *.[Pp]ublish.xml
147 *.azurePubxml
148 # TODO: Comment the next line if you want to checkin your web deploy settings
149 # but database connection strings (with potential passwords) will be unencrypted
150 #*.pubxml
151 *.publishproj
152
153 # Microsoft Azure Web App publish settings. Comment the next line if you want to
154 # checkin your Azure Web App publish settings, but sensitive information contained
155 # in these scripts will be unencrypted
156 PublishScripts/
157
158 # NuGet Packages
159 *.nupkg
160 # The packages folder can be ignored because of Package Restore
161 **/packages/*
162 # except build/, which is used as an MSBuild target.
163 !**/packages/build/
164 # Uncomment if necessary however generally it will be regenerated when needed
165 #!**/packages/repositories.config
166 # NuGet v3's project.json files produces more ignoreable files
167 *.nuget.props
168 *.nuget.targets
169
170 # Microsoft Azure Build Output
171 csx/
172 *.build.csdef
173
174 # Microsoft Azure Emulator
175 ecf/
176 rcf/
177
178 # Windows Store app package directories and files
179 AppPackages/
180 BundleArtifacts/
181 Package.StoreAssociation.xml
182 _pkginfo.txt
183
184 # Visual Studio cache files
185 # files ending in .cache can be ignored
186 *.[Cc]ache
187 # but keep track of directories ending in .cache
188 !*.[Cc]ache/
189
190 # Others
191 ClientBin/
192 ~$*
193 *~
194 *.dbmdl
195 *.dbproj.schemaview
196 *.jfm
197 *.pfx
198 *.publishsettings
199 node_modules/
200 orleans.codegen.cs
201
202 # Since there are multiple workflows, uncomment next line to ignore bower_components
203 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
204 #bower_components/
205
206 # RIA/Silverlight projects
207 Generated_Code/
208
209 # Backup & report files from converting an old project file
210 # to a newer Visual Studio version. Backup files are not needed,
211 # because we have git ;-)
212 _UpgradeReport_Files/
213 Backup*/
214 UpgradeLog*.XML
215 UpgradeLog*.htm
216
217 # SQL Server files
218 *.mdf
219 *.ldf
220
221 # Business Intelligence projects
222 *.rdl.data
223 *.bim.layout
224 *.bim_*.settings
225
226 # Microsoft Fakes
227 FakesAssemblies/
228
229 # GhostDoc plugin setting file
230 *.GhostDoc.xml
231
232 # Node.js Tools for Visual Studio
233 .ntvs_analysis.dat
234
235 # Visual Studio 6 build log
236 *.plg
237
238 # Visual Studio 6 workspace options file
239 *.opt
240
241 # Visual Studio LightSwitch build output
242 **/*.HTMLClient/GeneratedArtifacts
243 **/*.DesktopClient/GeneratedArtifacts
244 **/*.DesktopClient/ModelManifest.xml
245 **/*.Server/GeneratedArtifacts
246 **/*.Server/ModelManifest.xml
247 _Pvt_Extensions
248
249 # Paket dependency manager
250 .paket/paket.exe
251 paket-files/
252
253 # FAKE - F# Make
254 .fake/
255
256 # JetBrains Rider
257 .idea/
258 *.sln.iml
259
260 # CodeRush
261 .cr/
262
263 # Python Tools for Visual Studio (PTVS)
264 __pycache__/
265 *.pyc