From: Erwin Janssen Date: Mon, 4 Jul 2016 14:09:28 +0000 (+0200) Subject: Do not ignore Windows MSI setup.exe for now. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~11^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac3448ab0011fc74c05df3d495f3d55a1cccd303;p=graphviz Do not ignore Windows MSI setup.exe for now. --- diff --git a/.gitignore b/.gitignore index e6940078e..e6021d18b 100644 --- a/.gitignore +++ b/.gitignore @@ -250,4 +250,7 @@ windows/build/graphviz.wxs .vs/** *.VC.db *.VC.opendb -*.vcxproj.user \ No newline at end of file +*.vcxproj.user + +# Do not ignore Windows MSI setup.exe untill a new MSI can be generated. +!windows/graphviz-msi/setup/Release/setup.exe diff --git a/.hgignore b/.hgignore index e6940078e..e6021d18b 100644 --- a/.hgignore +++ b/.hgignore @@ -250,4 +250,7 @@ windows/build/graphviz.wxs .vs/** *.VC.db *.VC.opendb -*.vcxproj.user \ No newline at end of file +*.vcxproj.user + +# Do not ignore Windows MSI setup.exe untill a new MSI can be generated. +!windows/graphviz-msi/setup/Release/setup.exe