From: Tomas Vondra Date: Sat, 28 Jan 2017 15:27:20 +0000 (+0100) Subject: add pgxc_clean/pgxc_ctl/pgxc_monitor binaries to .gitignore X-Git-Tag: XL_10_R1BETA1~397 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=18c9f5562f12d16efa80e299a9828aa8123dcfbb;p=postgres-xl.git add pgxc_clean/pgxc_ctl/pgxc_monitor binaries to .gitignore Make the 'git status' a bit less verbose by ignoring the binaries, and also th generated .c/.h files in pgxc_ctl. --- diff --git a/contrib/pgxc_clean/.gitignore b/contrib/pgxc_clean/.gitignore new file mode 100644 index 0000000000..30575370c4 --- /dev/null +++ b/contrib/pgxc_clean/.gitignore @@ -0,0 +1 @@ +/pgxc_clean diff --git a/contrib/pgxc_ctl/.gitignore b/contrib/pgxc_ctl/.gitignore new file mode 100644 index 0000000000..ff5178b242 --- /dev/null +++ b/contrib/pgxc_ctl/.gitignore @@ -0,0 +1,3 @@ +/pgxc_ctl +/pgxc_ctl_bash.c +/signature.h diff --git a/contrib/pgxc_monitor/.gitignore b/contrib/pgxc_monitor/.gitignore new file mode 100644 index 0000000000..6a0845ba6a --- /dev/null +++ b/contrib/pgxc_monitor/.gitignore @@ -0,0 +1 @@ +/pgxc_monitor