[PATCH] clean up gpgme's tests/gpg when gpg2.1 is available
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue Sep 23 18:46:00 CEST 2014
* tests/gpg/Makefile.am: clean up .gpg-v21-migrated
* tests/gpg/.gitignore: ignore .gpg-v21-migrated
---
tests/gpg/.gitignore | 1 +
tests/gpg/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/gpg/.gitignore b/tests/gpg/.gitignore
index e60bfe5..d79ace7 100644
--- a/tests/gpg/.gitignore
+++ b/tests/gpg/.gitignore
@@ -1,4 +1,5 @@
.deps
+.gpg-v21-migrated
.libs
gpg-agent.conf
gpg.conf
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index e72bd49..b428cf2 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -43,7 +43,7 @@ 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
+ random_seed S.gpg-agent .gpg-v21-migrated
private_keys = \
13CD0F3BDF24BE53FE192D62F18737256FF6E4FD \
--
2.1.0
More information about the Gnupg-devel
mailing list