.gitignore: flesh out rules and add subdirectory-.gitignores.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Apr 2012 17:51:48 +0000 (13:51 -0400)
committerMarcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>
Fri, 20 Apr 2012 14:05:11 +0000 (16:05 +0200)
.gitignore
doc/.gitignore [new file with mode: 0644]
lang/cl/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/gpg/.gitignore [new file with mode: 0644]
tests/gpgsm/.gitignore [new file with mode: 0644]
tests/opassuan/.gitignore [new file with mode: 0644]

index 983abda428c03de5c57d6429abc7e646fac5cccb..4c37222ca3faa6eaec09453d12eb150e5f0a874e 100644 (file)
@@ -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 (file)
index 0000000..a44d7b4
--- /dev/null
@@ -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 (file)
index 0000000..abccf9c
--- /dev/null
@@ -0,0 +1 @@
+gpgme.asd
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644 (file)
index 0000000..bdf4862
--- /dev/null
@@ -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 (file)
index 0000000..e6e6a4a
--- /dev/null
@@ -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 (file)
index 0000000..e60bfe5
--- /dev/null
@@ -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 (file)
index 0000000..4f1f113
--- /dev/null
@@ -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 (file)
index 0000000..741a197
--- /dev/null
@@ -0,0 +1,3 @@
+.deps
+.libs
+t-command