From: Erwin Janssen Date: Sat, 11 Jun 2016 23:13:44 +0000 (+0200) Subject: Ignore all Release folders generated by Visual Studio. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e72b1f2d18ea7d27d9ce2dd79f81a64ab9b0087;p=graphviz Ignore all Release folders generated by Visual Studio. --- diff --git a/.gitignore b/.gitignore index df41b0c44..221d0efa7 100644 --- a/.gitignore +++ b/.gitignore @@ -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