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