Skip to content

Commit d14aab9

Browse files
author
Coby Chapple
committed
Merge pull request #407 from AArnott/patch-1
Adds .vspx and .log files to exclude for C#/VB
2 parents e732aa4 + de7a711 commit d14aab9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CSharp.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ x64/
3232
*.tli
3333
*.tlh
3434
*.tmp
35+
*.log
3536
*.vspscc
3637
*.vssscc
3738
.builds
@@ -46,6 +47,7 @@ ipch/
4647
# Visual Studio profiler
4748
*.psess
4849
*.vsp
50+
*.vspx
4951

5052
# Guidance Automation Toolkit
5153
*.gpState

VB.Net.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ x64/
3333
*.tli
3434
*.tlh
3535
*.tmp
36+
*.log
3637
*.vspscc
3738
*.vssscc
3839
.builds
@@ -47,6 +48,7 @@ ipch/
4748
# Visual Studio profiler
4849
*.psess
4950
*.vsp
51+
*.vspx
5052

5153
# Guidance Automation Toolkit
5254
*.gpState

0 commit comments

Comments
 (0)