From a480b8bd52962e5b2d0fd0634151919d64503774 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 5 Oct 2017 13:30:05 +0900 Subject: [PATCH] Ignore sql/repmgr_funcs.sql This might be left behind from a repmgr3 build. --- sql/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/.gitignore diff --git a/sql/.gitignore b/sql/.gitignore new file mode 100644 index 00000000..2cf3f9b8 --- /dev/null +++ b/sql/.gitignore @@ -0,0 +1,2 @@ +# Might be created by repmgr3 +/repmgr_funcs.sql