Commit d14aab9a authored by Coby Chapple's avatar Coby Chapple

Merge pull request #407 from AArnott/patch-1

Adds .vspx and .log files to exclude for C#/VB
parents e732aa40 de7a7117
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment