summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Vondra2017-01-28 15:27:20 +0000
committerTomas Vondra2017-01-28 16:13:30 +0000
commit18c9f5562f12d16efa80e299a9828aa8123dcfbb (patch)
treeac07b6e7bfe029a1b517070430edde9575bfc8dd
parent3f7ef9af69a55c9e1c63b89d576616e23aeae4dc (diff)
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.
-rw-r--r--contrib/pgxc_clean/.gitignore1
-rw-r--r--contrib/pgxc_ctl/.gitignore3
-rw-r--r--contrib/pgxc_monitor/.gitignore1
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