diff options
-rw-r--r-- | contrib/pgxc_clean/.gitignore | 1 | ||||
-rw-r--r-- | contrib/pgxc_ctl/.gitignore | 3 | ||||
-rw-r--r-- | contrib/pgxc_monitor/.gitignore | 1 |
3 files changed, 5 insertions, 0 deletions
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 |