analyze_new_cluster.bat and delete_old_cluster.bat not ignored with vcregress upgradecheck
Hi all,
As mentioned in $subject, I noticed that those automatically-generated
files are not ignored in the tree when running vcregress on Windows,
we do ignore their .sh version though. I think that it would be good
to back-patch the patch attached to prevent the inclusion of those
files in the future.
Regards,
--
Michael
Attachments:
20141216_pg_upgrade_ignorefix.patchtext/x-diff; charset=US-ASCII; name=20141216_pg_upgrade_ignorefix.patchDownload
diff --git a/contrib/pg_upgrade/.gitignore b/contrib/pg_upgrade/.gitignore
index 9555f54..d24ec60 100644
--- a/contrib/pg_upgrade/.gitignore
+++ b/contrib/pg_upgrade/.gitignore
@@ -1,6 +1,8 @@
/pg_upgrade
# Generated by test suite
-analyze_new_cluster.sh
-delete_old_cluster.sh
+/analyze_new_cluster.sh
+/delete_old_cluster.sh
+/analyze_new_cluster.bat
+/delete_old_cluster.bat
/log/
/tmp_check/
On Tue, Dec 16, 2014 at 7:25 AM, Michael Paquier <michael.paquier@gmail.com>
wrote:
Hi all,
As mentioned in $subject, I noticed that those automatically-generated
files are not ignored in the tree when running vcregress on Windows,
we do ignore their .sh version though. I think that it would be good
to back-patch the patch attached to prevent the inclusion of those
files in the future.
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/