~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to windows/.gitignore

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
9
ovs-windows-installer/Binaries.wxs
 
10
ovs-windows-installer/Symbols.wxs
 
11
 
 
12
# Build results
 
13
[Dd]ebug/
 
14
[Dd]ebugPublic/
 
15
[Rr]elease/
 
16
x64/
 
17
build/
 
18
bld/
 
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
 
28
TestResult.xml
 
29
 
 
30
# Build Results of an ATL Project
 
31
[Dd]ebugPS/
 
32
[Rr]eleasePS/
 
33
dlldata.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
 
64
ipch/
 
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.*
 
103
AutoTest.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
 
112
DocProject/buildhelp/
 
113
DocProject/Help/*.HxT
 
114
DocProject/Help/*.HxC
 
115
DocProject/Help/*.hhc
 
116
DocProject/Help/*.hhk
 
117
DocProject/Help/*.hhp
 
118
DocProject/Help/Html2
 
119
DocProject/Help/html
 
120
 
 
121
# Click-Once directory
 
122
publish/
 
123
 
 
124
# Publish Web Output
 
125
*.[Pp]ublish.xml
 
126
*.azurePubxml
 
127
 
 
128
# NuGet Packages Directory
 
129
packages/*
 
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
 
138
csx/
 
139
*.build.csdef
 
140
 
 
141
# Windows Store app package directory
 
142
AppPackages/
 
143
 
 
144
# Others
 
145
sql/
 
146
*.Cache
 
147
ClientBin/
 
148
[Ss]tyle[Cc]op.*
 
149
~$*
 
150
*~
 
151
*.dbmdl
 
152
*.dbproj.schemaview
 
153
*.pfx
 
154
*.publishsettings
 
155
node_modules/
 
156
 
 
157
# RIA/Silverlight projects
 
158
Generated_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/
 
163
Backup*/
 
164
UpgradeLog*.XML
 
165
UpgradeLog*.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
 
177
FakesAssemblies/
 
178
 
 
179
# =========================
 
180
# Windows detritus
 
181
# =========================
 
182
 
 
183
# Windows image file caches
 
184
Thumbs.db
 
185
ehthumbs.db
 
186
 
 
187
# Folder config file
 
188
Desktop.ini
 
189
 
 
190
# Recycle Bin used on file shares
 
191
$RECYCLE.BIN/