X Tutup
Skip to content

Commit 8e67528

Browse files
segevfinerzooba
authored andcommitted
Add missing .gitignore entries for VS2015 IntelliSense DB (#1223)
1 parent 40db90c commit 8e67528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ PCbuild/*.suo
5454
PCbuild/*.*sdf
5555
PCbuild/*-pgi
5656
PCbuild/*-pgo
57+
PCbuild/*.VC.db
58+
PCbuild/*.VC.opendb
5759
PCbuild/.vs/
5860
PCbuild/amd64/
5961
PCbuild/obj/

0 commit comments

Comments
 (0)
X Tutup