Merge pull request #407 from AArnott/patch-1

Adds .vspx and .log files to exclude for C#/VB
This commit is contained in:
Coby Chapple
2012-08-09 20:43:59 -07:00
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ x64/
*.tli *.tli
*.tlh *.tlh
*.tmp *.tmp
*.log
*.vspscc *.vspscc
*.vssscc *.vssscc
.builds .builds
@@ -46,6 +47,7 @@ ipch/
# Visual Studio profiler # Visual Studio profiler
*.psess *.psess
*.vsp *.vsp
*.vspx
# Guidance Automation Toolkit # Guidance Automation Toolkit
*.gpState *.gpState

View File

@@ -33,6 +33,7 @@ x64/
*.tli *.tli
*.tlh *.tlh
*.tmp *.tmp
*.log
*.vspscc *.vspscc
*.vssscc *.vssscc
.builds .builds
@@ -47,6 +48,7 @@ ipch/
# Visual Studio profiler # Visual Studio profiler
*.psess *.psess
*.vsp *.vsp
*.vspx
# Guidance Automation Toolkit # Guidance Automation Toolkit
*.gpState *.gpState