Skip to content

Commit

Permalink
Merge pull request #407 from AArnott/patch-1
Browse files Browse the repository at this point in the history
Adds .vspx and .log files to exclude for C#/VB
  • Loading branch information
Coby Chapple committed Aug 10, 2012
2 parents e732aa4 + de7a711 commit d14aab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CSharp.gitignore
Expand Up @@ -32,6 +32,7 @@ x64/
*.tli
*.tlh
*.tmp
*.log
*.vspscc
*.vssscc
.builds
Expand All @@ -46,6 +47,7 @@ ipch/
# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState
Expand Down
2 changes: 2 additions & 0 deletions VB.Net.gitignore
Expand Up @@ -33,6 +33,7 @@ x64/
*.tli
*.tlh
*.tmp
*.log
*.vspscc
*.vssscc
.builds
Expand All @@ -47,6 +48,7 @@ ipch/
# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState
Expand Down

0 comments on commit d14aab9

Please sign in to comment.