[git] GPGME - branch, master, updated. gpgme-1.3.1-21-g4cb408d

by W. Trevor King cvs at cvs.gnupg.org
Fri Apr 20 17:11:03 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  4cb408d33efe80e7d102049dea244d22907d8395 (commit)
      from  62bbe58280737d73badbe518f140e40480205176 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4cb408d33efe80e7d102049dea244d22907d8395
Author: W. Trevor King <wking at drexel.edu>
Date:   Thu Apr 12 13:51:48 2012 -0400

    .gitignore: flesh out rules and add subdirectory-.gitignores.

diff --git a/.gitignore b/.gitignore
index 983abda..4c37222 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,12 @@
 /autom4te.cache
 /config.h.in
 /configure
+/config.h
+/config.log
+/config.status
+/libtool
 Makefile.in
-/doc/gpgme.info
-/doc/gpgme.info-1
-/doc/gpgme.info-2
-/doc/stamp-vti
-/doc/version.texi
+Makefile
+stamp-h1
+*.o
+*.lo
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..a44d7b4
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,5 @@
+gpgme.info
+gpgme.info-1
+gpgme.info-2
+stamp-vti
+version.texi
diff --git a/lang/cl/.gitignore b/lang/cl/.gitignore
new file mode 100644
index 0000000..abccf9c
--- /dev/null
+++ b/lang/cl/.gitignore
@@ -0,0 +1 @@
+gpgme.asd
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..bdf4862
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,7 @@
+.deps
+.libs
+gpgme-config
+gpgme-tool
+gpgme.h
+versioninfo.rc
+*.la
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..e6e6a4a
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,10 @@
+.deps
+.libs
+run-export
+run-import
+run-keylist
+run-sign
+run-verify
+t-data
+t-engine-info
+t-version
diff --git a/tests/gpg/.gitignore b/tests/gpg/.gitignore
new file mode 100644
index 0000000..e60bfe5
--- /dev/null
+++ b/tests/gpg/.gitignore
@@ -0,0 +1,30 @@
+.deps
+.libs
+gpg-agent.conf
+gpg.conf
+pubring.gpg
+pubring.gpg~
+secring.gpg
+t-decrypt
+t-decrypt-verify
+t-edit
+t-encrypt
+t-encrypt-large
+t-encrypt-sign
+t-encrypt-sym
+t-eventloop
+t-export
+t-file-name
+t-genkey
+t-gpgconf
+t-import
+t-keylist
+t-keylist-sig
+t-sig-notation
+t-sign
+t-signers
+t-thread1
+t-trustlist
+t-verify
+t-wait
+trustdb.gpg
diff --git a/tests/gpgsm/.gitignore b/tests/gpgsm/.gitignore
new file mode 100644
index 0000000..4f1f113
--- /dev/null
+++ b/tests/gpgsm/.gitignore
@@ -0,0 +1,17 @@
+.deps
+.libs
+cms-decrypt
+cms-keylist
+gpgsm.conf
+private-keys-v1.d
+pubring.kbx
+pubring.kbx~
+t-decrypt
+t-encrypt
+t-export
+t-genkey
+t-import
+t-keylist
+t-sign
+t-verify
+trustlist.txt
diff --git a/tests/opassuan/.gitignore b/tests/opassuan/.gitignore
new file mode 100644
index 0000000..741a197
--- /dev/null
+++ b/tests/opassuan/.gitignore
@@ -0,0 +1,3 @@
+.deps
+.libs
+t-command

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                |   13 ++++++++-----
 doc/.gitignore            |    5 +++++
 lang/cl/.gitignore        |    1 +
 src/.gitignore            |    7 +++++++
 tests/.gitignore          |   10 ++++++++++
 tests/gpg/.gitignore      |   30 ++++++++++++++++++++++++++++++
 tests/gpgsm/.gitignore    |   17 +++++++++++++++++
 tests/opassuan/.gitignore |    3 +++
 8 files changed, 81 insertions(+), 5 deletions(-)
 create mode 100644 doc/.gitignore
 create mode 100644 lang/cl/.gitignore
 create mode 100644 src/.gitignore
 create mode 100644 tests/.gitignore
 create mode 100644 tests/gpg/.gitignore
 create mode 100644 tests/gpgsm/.gitignore
 create mode 100644 tests/opassuan/.gitignore


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list