From fe458ef715be4862a27153c812bc710150e662bc Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Mon, 27 Mar 2023 22:40:40 -0500 Subject: [PATCH] Ignore default configuration file This prevents a user's configuration from being picked up into a local repository and complicating future updates from upstream repositories. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3a71330..8f29104 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ *.sum # ignore testsuite working subtree test.tmp/ +# ignore any configuration file that a user might add +gatekeeper.conf -- 2.25.1