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