Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
4b6bf65b
Commit
4b6bf65b
authored
Apr 13, 2012
by
Dana
Committed by
Chris Wanstrath
Apr 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Global/VisualStudio.gitignore
parent
a66b53a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
VisualStudio.gitignore
Global/VisualStudio.gitignore
+20
-4
No files found.
Global/VisualStudio.gitignore
View file @
4b6bf65b
...
@@ -7,9 +7,16 @@
...
@@ -7,9 +7,16 @@
*.sln.docstates
*.sln.docstates
# Build results
# Build results
[Dd]ebug/
[Dd]ebug*/
[Rr]elease/
[Rr]elease/
x64/
build/
[Tt]est[Rr]esult
[Bb]uild[Ll]og.*
*_i.c
*_i.c
*_p.c
*_p.c
*.ilk
*.ilk
...
@@ -29,6 +36,10 @@ x64/
...
@@ -29,6 +36,10 @@ x64/
*.vssscc
*.vssscc
.builds
.builds
*.pidb
*.log
*.scc
# Visual C++ cache files
# Visual C++ cache files
ipch/
ipch/
*.aps
*.aps
...
@@ -44,13 +55,15 @@ ipch/
...
@@ -44,13 +55,15 @@ ipch/
*.gpState
*.gpState
# ReSharper is a .NET coding add-in
# ReSharper is a .NET coding add-in
_ReSharper*
_ReSharper*/
*.[Rr]e[Ss]harper
# NCrunch
# NCrunch
*.ncrunch*
*.ncrunch*
.*crunch*.local.xml
.*crunch*.local.xml
# Installshield output folder
# Installshield output folder
[Ee]xpress
[Ee]xpress
# DocProject is a documentation generator add-in
# DocProject is a documentation generator add-in
...
@@ -80,6 +93,9 @@ ClientBin
...
@@ -80,6 +93,9 @@ ClientBin
[Ss]tyle[Cc]op.*
[Ss]tyle[Cc]op.*
~$*
~$*
*.dbmdl
*.dbmdl
*.[Pp]ublish.xml
Generated_Code #added for RIA/Silverlight projects
Generated_Code #added for RIA/Silverlight projects
# Backup & report files from converting an old project file to a newer
# Backup & report files from converting an old project file to a newer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment