Browse Source

Added .gitignore entries for .vspx and .log

Andrew Arnott 12 years ago
parent
commit
6073319fb1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CSharp.gitignore

+ 2 - 0
CSharp.gitignore

@@ -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