Permalink
Newer
Older
100644 199 lines (160 sloc) 2.76 KB
Dec 26, 2013 @errollw Initial commit
1 # Compiled Object files
2 *.slo
3 *.lo
4 *.o
5
6 # Compiled Dynamic libraries
7 *.so
8 *.dylib
9
10 # Compiled Static libraries
11 *.lai
12 *.la
13 *.a
Jan 8, 2014 @errollw Initial commit of EyeTab files
14
15 # User-specific files
16 *.suo
17 *.user
18 *.sln.docstates
19
20 # Build results
21 [Dd]ebug/
22 [Dd]ebugPublic/
23 [Rr]elease/
24 x64/
25 build/
26 bld/
27 [Bb]in/
28 [Oo]bj/
29
30 # MSTest test Results
31 [Tt]est[Rr]esult*/
32 [Bb]uild[Ll]og.*
33
34 #NUNIT
35 *.VisualState.xml
36 TestResult.xml
37
38 *_i.c
39 *_p.c
40 *_i.h
41 *.ilk
42 *.meta
43 *.obj
44 *.pch
45 *.pdb
46 *.pgc
47 *.pgd
48 *.rsp
49 *.sbr
50 *.tlb
51 *.tli
52 *.tlh
53 *.tmp
54 *.tmp_proj
55 *.log
56 *.vspscc
57 *.vssscc
58 .builds
59 *.pidb
60 *.svclog
61 *.scc
62
63 # Chutzpah Test files
64 _Chutzpah*
65
66 # Visual C++ cache files
67 ipch/
68 *.aps
69 *.ncb
70 *.opensdf
71 *.sdf
72 *.cachefile
73
74 # Visual Studio profiler
75 *.psess
76 *.vsp
77 *.vspx
78
79 # TFS 2012 Local Workspace
80 $tf/
81
82 # Guidance Automation Toolkit
83 *.gpState
84
85 # ReSharper is a .NET coding add-in
86 _ReSharper*/
87 *.[Rr]e[Ss]harper
88 *.DotSettings.user
89
90 # JustCode is a .NET coding addin-in
91 .JustCode
92
93 # TeamCity is a build add-in
94 _TeamCity*
95
96 # DotCover is a Code Coverage Tool
97 *.dotCover
98
99 # NCrunch
100 *.ncrunch*
101 _NCrunch_*
102 .*crunch*.local.xml
103
104 # MightyMoose
105 *.mm.*
106 AutoTest.Net/
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 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
130 #packages/*
131 ## TODO: If the tool you use requires repositories.config, also uncomment the next line
132 #!packages/repositories.config
133
134 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
135 # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
136 !packages/build/
137
138 # Windows Azure Build Output
139 csx/
140 *.build.csdef
141
142 # Windows Store app package directory
143 AppPackages/
144
145 # Others
146 sql/
147 *.Cache
148 ClientBin/
149 [Ss]tyle[Cc]op.*
150 ~$*
151 *~
152 *.dbmdl
153 *.dbproj.schemaview
154 *.pfx
155 *.publishsettings
156 node_modules/
157
158 # RIA/Silverlight projects
159 Generated_Code/
160
161 # Backup & report files from converting an old project file to a newer
162 # Visual Studio version. Backup files are not needed, because we have git ;-)
163 _UpgradeReport_Files/
164 Backup*/
165 UpgradeLog*.XML
166 UpgradeLog*.htm
167
168 # SQL Server files
169 App_Data/*.mdf
170 App_Data/*.ldf
171
172 # Business Intelligence projects
173 *.rdl.data
174 *.bim.layout
175 *.bim_*.settings
176
177 # Microsoft Fakes
178 FakesAssemblies/
179
180 # VS proj
181 *.vcxproj.filters
182
183 # =========================
184 # Windows detritus
185 # =========================
186
187 # Windows image file caches
188 Thumbs.db
189 ehthumbs.db
190
191 # Folder config file
192 Desktop.ini
193
194 # Recycle Bin used on file shares
195 $RECYCLE.BIN/
196
197 # =========================
198
Mar 25, 2014 @errollw Updated SP2 version, started work on readme
199 opencv_libs.txt