From: Ralf S. Engelschall Date: Sun, 3 Jan 1999 13:17:47 +0000 (+0000) Subject: More .cvsignore stuff to make CVS quiet on our generated files. X-Git-Tag: OpenSSL_0_9_2b~284 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4c7b481b4c16a31dd26b475507116e06592b0b6d;p=oweals%2Fopenssl.git More .cvsignore stuff to make CVS quiet on our generated files. --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000000..3d85b1592d --- /dev/null +++ b/.cvsignore @@ -0,0 +1 @@ +Makefile.ssl diff --git a/crypto/.cvsignore b/crypto/.cvsignore index a65b41774a..04b9fbb060 100644 --- a/crypto/.cvsignore +++ b/crypto/.cvsignore @@ -1 +1,2 @@ lib +date.h diff --git a/crypto/bf/.cvsignore b/crypto/bf/.cvsignore index a65b41774a..f645f555a2 100644 --- a/crypto/bf/.cvsignore +++ b/crypto/bf/.cvsignore @@ -1 +1,2 @@ lib +bf_locl.h diff --git a/crypto/bn/.cvsignore b/crypto/bn/.cvsignore index a65b41774a..079e878d75 100644 --- a/crypto/bn/.cvsignore +++ b/crypto/bn/.cvsignore @@ -1 +1,2 @@ lib +bn.h diff --git a/crypto/des/.cvsignore b/crypto/des/.cvsignore index a65b41774a..c139521edf 100644 --- a/crypto/des/.cvsignore +++ b/crypto/des/.cvsignore @@ -1 +1,3 @@ lib +des.h +des_locl.h diff --git a/crypto/idea/.cvsignore b/crypto/idea/.cvsignore index a65b41774a..8146bf7bdd 100644 --- a/crypto/idea/.cvsignore +++ b/crypto/idea/.cvsignore @@ -1 +1,2 @@ lib +idea.h diff --git a/crypto/md2/.cvsignore b/crypto/md2/.cvsignore index a65b41774a..5923547d61 100644 --- a/crypto/md2/.cvsignore +++ b/crypto/md2/.cvsignore @@ -1 +1,2 @@ lib +md2.h diff --git a/crypto/pem/.cvsignore b/crypto/pem/.cvsignore index 014fdd7d46..2406e544a7 100644 --- a/crypto/pem/.cvsignore +++ b/crypto/pem/.cvsignore @@ -1,2 +1,3 @@ lib ctx_size +pem.h diff --git a/crypto/pkcs7/.cvsignore b/crypto/pkcs7/.cvsignore new file mode 100644 index 0000000000..a65b41774a --- /dev/null +++ b/crypto/pkcs7/.cvsignore @@ -0,0 +1 @@ +lib diff --git a/crypto/rc2/.cvsignore b/crypto/rc2/.cvsignore index a65b41774a..bfe90c4446 100644 --- a/crypto/rc2/.cvsignore +++ b/crypto/rc2/.cvsignore @@ -1 +1,2 @@ lib +rc2.h diff --git a/crypto/rc4/.cvsignore b/crypto/rc4/.cvsignore index a65b41774a..487b3be8c5 100644 --- a/crypto/rc4/.cvsignore +++ b/crypto/rc4/.cvsignore @@ -1 +1,3 @@ lib +rc4.h +rc4_locl.h