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