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
d14aab9a
Commit
d14aab9a
authored
Aug 10, 2012
by
Coby Chapple
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #407 from AArnott/patch-1
Adds .vspx and .log files to exclude for C#/VB
parents
e732aa40
de7a7117
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CSharp.gitignore
CSharp.gitignore
+2
-0
VB.Net.gitignore
VB.Net.gitignore
+2
-0
No files found.
CSharp.gitignore
View file @
d14aab9a
...
@@ -32,6 +32,7 @@ x64/
...
@@ -32,6 +32,7 @@ x64/
*.tli
*.tli
*.tlh
*.tlh
*.tmp
*.tmp
*.log
*.vspscc
*.vspscc
*.vssscc
*.vssscc
.builds
.builds
...
@@ -46,6 +47,7 @@ ipch/
...
@@ -46,6 +47,7 @@ ipch/
# Visual Studio profiler
# Visual Studio profiler
*.psess
*.psess
*.vsp
*.vsp
*.vspx
# Guidance Automation Toolkit
# Guidance Automation Toolkit
*.gpState
*.gpState
...
...
VB.Net.gitignore
View file @
d14aab9a
...
@@ -33,6 +33,7 @@ x64/
...
@@ -33,6 +33,7 @@ x64/
*.tli
*.tli
*.tlh
*.tlh
*.tmp
*.tmp
*.log
*.vspscc
*.vspscc
*.vssscc
*.vssscc
.builds
.builds
...
@@ -47,6 +48,7 @@ ipch/
...
@@ -47,6 +48,7 @@ ipch/
# Visual Studio profiler
# Visual Studio profiler
*.psess
*.psess
*.vsp
*.vsp
*.vspx
# Guidance Automation Toolkit
# Guidance Automation Toolkit
*.gpState
*.gpState
...
...
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