Add line to .gitignore for keys generated during unittests.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 09:38:41 +00:00
parent 73cfafbbdf
commit 077773cb73
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -66,3 +66,6 @@ local/*
# Ignore gpg binary symlinks:
gpg
# Ignore keys generated during tests:
*generated-keys*