]> granicus.if.org Git - graphviz/commitdiff
Ignore all Release folders generated by Visual Studio.
authorErwin Janssen <erwinjanssen@outlook.com>
Sat, 11 Jun 2016 23:13:44 +0000 (01:13 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Sat, 11 Jun 2016 23:13:44 +0000 (01:13 +0200)
.gitignore

index df41b0c446520bab51e1b04212a2e94389e2b8ee..221d0efa7a74ceda8bbd8ce06185b1ad737627e3 100644 (file)
@@ -206,5 +206,6 @@ windows/build/graphviz.wxs
 *.VC.db
 *.VC.opendb
 
-# Ignore Debug folders generated by Visual Studio
-**/Debug/**
\ No newline at end of file
+# Ignore folders generated by Visual Studio builds
+**/Debug/**
+**/Release/**
\ No newline at end of file