Add line to .gitignore for keys generated during unittests.
parent
73cfafbbdf
commit
077773cb73
|
@ -66,3 +66,6 @@ local/*
|
|||
|
||||
# Ignore gpg binary symlinks:
|
||||
gpg
|
||||
|
||||
# Ignore keys generated during tests:
|
||||
*generated-keys*
|
||||
|
|
Loading…
Reference in New Issue