Skip to content

Commit d1a8589

Browse files
committed
Preparing gitignore for visual studio project
1 parent b71bf45 commit d1a8589

9 files changed

Lines changed: 186 additions & 450 deletions

File tree

.gitignore

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,189 @@ local.properties
6464

6565
# Java crash log files
6666
*.log
67+
68+
## Ignore Visual Studio temporary files, build results, and
69+
## files generated by popular Visual Studio add-ons.
70+
71+
# User-specific files
72+
*.suo
73+
*.user
74+
*.sln.docstates
75+
76+
# Build results
77+
[Dd]ebug/
78+
[Dd]ebugPublic/
79+
[Rr]elease/
80+
x64/
81+
build/
82+
bld/
83+
[Bb]in/
84+
[Oo]bj/
85+
86+
# MSTest test Results
87+
[Tt]est[Rr]esult*/
88+
[Bb]uild[Ll]og.*
89+
90+
#NUNIT
91+
*.VisualState.xml
92+
TestResult.xml
93+
94+
*_i.c
95+
*_p.c
96+
*_i.h
97+
*.ilk
98+
*.meta
99+
*.obj
100+
*.pch
101+
*.pdb
102+
*.pgc
103+
*.pgd
104+
*.rsp
105+
*.sbr
106+
*.tlb
107+
*.tli
108+
*.tlh
109+
*.tmp
110+
*.tmp_proj
111+
*.log
112+
*.vspscc
113+
*.vssscc
114+
.builds
115+
*.pidb
116+
*.svclog
117+
*.scc
118+
119+
# Chutzpah Test files
120+
_Chutzpah*
121+
122+
# Visual C++ cache files
123+
ipch/
124+
*.aps
125+
*.ncb
126+
*.opensdf
127+
*.sdf
128+
*.cachefile
129+
130+
# Visual Studio profiler
131+
*.psess
132+
*.vsp
133+
*.vspx
134+
135+
# TFS 2012 Local Workspace
136+
$tf/
137+
138+
# Guidance Automation Toolkit
139+
*.gpState
140+
141+
# ReSharper is a .NET coding add-in
142+
_ReSharper*/
143+
*.[Rr]e[Ss]harper
144+
*.DotSettings.user
145+
146+
# JustCode is a .NET coding addin-in
147+
.JustCode
148+
149+
# TeamCity is a build add-in
150+
_TeamCity*
151+
152+
# DotCover is a Code Coverage Tool
153+
*.dotCover
154+
155+
# NCrunch
156+
*.ncrunch*
157+
_NCrunch_*
158+
.*crunch*.local.xml
159+
160+
# MightyMoose
161+
*.mm.*
162+
AutoTest.Net/
163+
164+
# Web workbench (sass)
165+
.sass-cache/
166+
167+
# Installshield output folder
168+
[Ee]xpress/
169+
170+
# DocProject is a documentation generator add-in
171+
DocProject/buildhelp/
172+
DocProject/Help/*.HxT
173+
DocProject/Help/*.HxC
174+
DocProject/Help/*.hhc
175+
DocProject/Help/*.hhk
176+
DocProject/Help/*.hhp
177+
DocProject/Help/Html2
178+
DocProject/Help/html
179+
180+
# Click-Once directory
181+
publish/
182+
183+
# Publish Web Output
184+
*.[Pp]ublish.xml
185+
*.azurePubxml
186+
187+
# NuGet Packages Directory
188+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
189+
#packages/*
190+
## TODO: If the tool you use requires repositories.config, also uncomment the next line
191+
#!packages/repositories.config
192+
193+
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
194+
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
195+
!packages/build/
196+
197+
# Windows Azure Build Output
198+
csx/
199+
*.build.csdef
200+
201+
# Windows Store app package directory
202+
AppPackages/
203+
204+
# Others
205+
sql/
206+
*.Cache
207+
ClientBin/
208+
[Ss]tyle[Cc]op.*
209+
~$*
210+
*~
211+
*.dbmdl
212+
*.dbproj.schemaview
213+
*.pfx
214+
*.publishsettings
215+
node_modules/
216+
217+
# RIA/Silverlight projects
218+
Generated_Code/
219+
220+
# Backup & report files from converting an old project file to a newer
221+
# Visual Studio version. Backup files are not needed, because we have git ;-)
222+
_UpgradeReport_Files/
223+
Backup*/
224+
UpgradeLog*.XML
225+
UpgradeLog*.htm
226+
227+
# SQL Server files
228+
App_Data/*.mdf
229+
App_Data/*.ldf
230+
231+
# Business Intelligence projects
232+
*.rdl.data
233+
*.bim.layout
234+
*.bim_*.settings
235+
236+
# Microsoft Fakes
237+
FakesAssemblies/
238+
239+
# =========================
240+
# Windows detritus
241+
# =========================
242+
243+
# Windows image file caches
244+
Thumbs.db
245+
ehthumbs.db
246+
247+
# Folder config file
248+
Desktop.ini
249+
250+
# Recycle Bin used on file shares
251+
$RECYCLE.BIN/
252+

TSDRPlugin_ExtIO/.project

Lines changed: 0 additions & 26 deletions
This file was deleted.

TSDRPlugin_ExtIO/src/ExtIOPluginLoader.c

Lines changed: 0 additions & 60 deletions
This file was deleted.

TSDRPlugin_ExtIO/src/ExtIOPluginLoader.h

Lines changed: 0 additions & 45 deletions
This file was deleted.

TSDRPlugin_ExtIO/src/TSDRCodes.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

TSDRPlugin_ExtIO/src/TSDRPlugin.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)