projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa86386
)
Ignore default configuration file
author
Jacob Bachmeyer
<jcb@gnu.org>
Tue, 28 Mar 2023 03:40:40 +0000
(22:40 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Tue, 28 Mar 2023 03:40:40 +0000
(22:40 -0500)
This prevents a user's configuration from being picked up into a local
repository and complicating future updates from upstream repositories.
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 3a713305552e263343ce3b07b03251ee506d74b0..8f291041e3cd98e207f14d7bda3c861fb4abf08d 100644
(file)
--- 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