.gitignore: flesh out rules and add subdirectory-.gitignores.
This commit is contained in:
parent
62bbe58280
commit
4cb408d33e
13
.gitignore
vendored
13
.gitignore
vendored
@ -2,9 +2,12 @@
|
|||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/configure
|
/configure
|
||||||
|
/config.h
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
|
/libtool
|
||||||
Makefile.in
|
Makefile.in
|
||||||
/doc/gpgme.info
|
Makefile
|
||||||
/doc/gpgme.info-1
|
stamp-h1
|
||||||
/doc/gpgme.info-2
|
*.o
|
||||||
/doc/stamp-vti
|
*.lo
|
||||||
/doc/version.texi
|
|
||||||
|
5
doc/.gitignore
vendored
Normal file
5
doc/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
gpgme.info
|
||||||
|
gpgme.info-1
|
||||||
|
gpgme.info-2
|
||||||
|
stamp-vti
|
||||||
|
version.texi
|
1
lang/cl/.gitignore
vendored
Normal file
1
lang/cl/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
gpgme.asd
|
7
src/.gitignore
vendored
Normal file
7
src/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
gpgme-config
|
||||||
|
gpgme-tool
|
||||||
|
gpgme.h
|
||||||
|
versioninfo.rc
|
||||||
|
*.la
|
10
tests/.gitignore
vendored
Normal file
10
tests/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
run-export
|
||||||
|
run-import
|
||||||
|
run-keylist
|
||||||
|
run-sign
|
||||||
|
run-verify
|
||||||
|
t-data
|
||||||
|
t-engine-info
|
||||||
|
t-version
|
30
tests/gpg/.gitignore
vendored
Normal file
30
tests/gpg/.gitignore
vendored
Normal file
@ -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
|
17
tests/gpgsm/.gitignore
vendored
Normal file
17
tests/gpgsm/.gitignore
vendored
Normal file
@ -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
|
3
tests/opassuan/.gitignore
vendored
Normal file
3
tests/opassuan/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
t-command
|
Loading…
Reference in New Issue
Block a user