Skip to content

Commit b6f6edb

Browse files
committed
Ignore Visual Studio 2015 .vs/ directory.
1 parent a6c78c3 commit b6f6edb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Tools/BuildTool/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ignore file for Visual Studio 2015
2+
3+
.vs/
4+
bin/Debug/
5+
obj/
6+
*.vshost.*

src/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ignore file for Visual Studio 2008/2010
1+
# Ignore file for Visual Studio 2008/2010/2015
22

33
*.obj
44
*.exe
@@ -32,3 +32,4 @@ _ReSharper*/
3232
*.[Pp]ublish.xml
3333
SharedAssemblyInfo.*
3434
hibernate.cfg.xml
35+
.vs/

0 commit comments

Comments
 (0)