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