From: Erwin Janssen Date: Sat, 11 Jun 2016 22:54:06 +0000 (+0200) Subject: Gitignore: Visual Studio db files. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=262b70ff8099697ed162e457687e2f3cf692e671;p=graphviz Gitignore: Visual Studio db files. --- diff --git a/.gitignore b/.gitignore index c4ef8f9b9..e00f07a6d 100644 --- a/.gitignore +++ b/.gitignore @@ -202,3 +202,7 @@ tclpkg/tcldot/tcldot.3tcl.pdf tclpkg/tkspline/tkspline.3tk.pdf windows/Properties/AssemblyInfo.cs windows/build/graphviz.wxs + +# Ignore Visual Studio DB files +*.VC.db +*.VC.opendb \ No newline at end of file