tests: Remove tofu.db.
* lang/python/Makefile.am (CLEANFILES): Add 'tofu.db'. * tests/gpg/Makefile.am (CLEANFILES): Likewise. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
572c1aac10
commit
9b22f82afc
@ -81,7 +81,7 @@ upload: dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc
|
||||
twine upload $^
|
||||
|
||||
CLEANFILES = gpgme.h errors.i gpgme_wrap.c gpg/gpgme.py \
|
||||
data.h config.h copystamp
|
||||
data.h config.h copystamp tofu.db
|
||||
|
||||
# Remove the rest.
|
||||
#
|
||||
|
@ -45,7 +45,8 @@ TESTS = initial.test $(c_tests) final.test
|
||||
|
||||
CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
|
||||
gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \
|
||||
random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp
|
||||
random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp \
|
||||
tofu.db
|
||||
|
||||
private_keys = \
|
||||
13CD0F3BDF24BE53FE192D62F18737256FF6E4FD \
|
||||
|
Loading…
Reference in New Issue
Block a user