projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6964ad9
)
Update .gitignore for pg_upgrade
author
Magnus Hagander
<magnus@hagander.net>
Wed, 17 Dec 2014 10:55:22 +0000
(11:55 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 17 Dec 2014 10:55:22 +0000
(11:55 +0100)
Add Windows versions of generated scripts, and make sure we only
ignore the scripts int he root directory.
Michael Paquier
contrib/pg_upgrade/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/.gitignore
b/contrib/pg_upgrade/.gitignore
index 9555f54e859e197087f87436fcac68a23ef2ec84..d24ec60184fe7ac69c5c0591a858134f76448fb1 100644
(file)
--- 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/