Update .gitignore for pg_upgrade

Add Windows versions of generated scripts, and make sure we only
ignore the scripts int he root directory.

Michael Paquier
pull/14/head
Magnus Hagander 11 years ago
parent 6964ad95d7
commit cef0ae498c
  1. 6
      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/

Loading…
Cancel
Save