analyze_new_cluster.bat and delete_old_cluster.bat not ignored with vcregress upgradecheck

Started by Michael Paquierabout 11 years ago2 messages
#1Michael Paquier
michael.paquier@gmail.com
1 attachment(s)

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/
#2Magnus Hagander
magnus@hagander.net
In reply to: Michael Paquier (#1)
Re: analyze_new_cluster.bat and delete_old_cluster.bat not ignored with vcregress upgradecheck

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/