Skip to content

Commit ed5e065

Browse files
authored
[3.5] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1226)
(cherry picked from commit 8e67528)
1 parent 60d27f4 commit ed5e065

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
@@ -53,6 +53,8 @@ PCbuild/*.suo
5353
PCbuild/*.*sdf
5454
PCbuild/*-pgi
5555
PCbuild/*-pgo
56+
PCbuild/*.VC.db
57+
PCbuild/*.VC.opendb
5658
PCbuild/.vs/
5759
PCbuild/amd64/
5860
PCbuild/obj/

0 commit comments

Comments
 (0)