summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-08-02 01:40:39 +0000
committerjbj <devnull@localhost>2004-08-02 01:40:39 +0000
commit47158a39af48eeb8b3ea0d8ede1626b47776c6de (patch)
treeb22aa7eeb19d6d82e6572af81a8abf392c8e88c0
parentc0270060ca0f69d7edcbeadb84bec193526f3517 (diff)
downloadrpm-47158a39af48eeb8b3ea0d8ede1626b47776c6de.tar.gz
Restore .cvsignores through out.
CVS patchset: 7374 CVS date: 2004/08/02 01:40:39
-rw-r--r--beecrypt/.cvsignore42
-rw-r--r--beecrypt/c++/.cvsignore5
-rw-r--r--beecrypt/c++/beeyond/.cvsignore5
-rw-r--r--beecrypt/c++/crypto/.cvsignore5
-rw-r--r--beecrypt/c++/crypto/interfaces/.cvsignore5
-rw-r--r--beecrypt/c++/crypto/spec/.cvsignore5
-rw-r--r--beecrypt/c++/io/.cvsignore5
-rw-r--r--beecrypt/c++/lang/.cvsignore5
-rw-r--r--beecrypt/c++/provider/.cvsignore5
-rw-r--r--beecrypt/c++/security/.cvsignore5
-rw-r--r--beecrypt/c++/security/cert/.cvsignore5
-rw-r--r--beecrypt/c++/security/interfaces/.cvsignore5
-rw-r--r--beecrypt/c++/security/spec/.cvsignore5
-rw-r--r--beecrypt/c++/util/.cvsignore5
-rw-r--r--beecrypt/docs/.cvsignore19
-rw-r--r--beecrypt/gas/.cvsignore19
-rw-r--r--beecrypt/gnu.h58
-rw-r--r--beecrypt/java/.cvsignore5
-rw-r--r--beecrypt/masm/.cvsignore19
-rw-r--r--beecrypt/python/.cvsignore7
-rw-r--r--beecrypt/python/test/.cvsignore3
-rw-r--r--beecrypt/tests/.cvsignore37
22 files changed, 216 insertions, 58 deletions
diff --git a/beecrypt/.cvsignore b/beecrypt/.cvsignore
new file mode 100644
index 000000000..ce9cfd7d9
--- /dev/null
+++ b/beecrypt/.cvsignore
@@ -0,0 +1,42 @@
+.deps
+.depend
+.depend-done
+.libs
+Doxyfile
+Makefile
+Makefile.in
+aclocal.m4
+missing
+mkinstalldirs
+apidocs
+autom4te*
+beecrypt.gnu.h
+beecrypt.spec
+beecrypt-*.tar.gz
+config.h
+config.h.in
+config.cache
+config.guess
+config.log
+config.m4
+config.status
+config.sub
+configure
+depcomp
+doxygen
+libtool
+listobjs
+ltconfig
+ltmain.sh
+aesopt.c
+blowfishopt.c
+mpopt.c
+sha1opt.c
+*.la
+*.lcd
+*.lo
+*.o
+*.s
+stamp-h
+stamp-h1
+stamp-h.in
diff --git a/beecrypt/c++/.cvsignore b/beecrypt/c++/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/beeyond/.cvsignore b/beecrypt/c++/beeyond/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/beeyond/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/crypto/.cvsignore b/beecrypt/c++/crypto/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/crypto/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/crypto/interfaces/.cvsignore b/beecrypt/c++/crypto/interfaces/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/crypto/interfaces/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/crypto/spec/.cvsignore b/beecrypt/c++/crypto/spec/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/crypto/spec/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/io/.cvsignore b/beecrypt/c++/io/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/io/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/lang/.cvsignore b/beecrypt/c++/lang/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/lang/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/provider/.cvsignore b/beecrypt/c++/provider/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/provider/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/security/.cvsignore b/beecrypt/c++/security/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/security/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/security/cert/.cvsignore b/beecrypt/c++/security/cert/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/security/cert/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/security/interfaces/.cvsignore b/beecrypt/c++/security/interfaces/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/security/interfaces/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/security/spec/.cvsignore b/beecrypt/c++/security/spec/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/security/spec/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/c++/util/.cvsignore b/beecrypt/c++/util/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/c++/util/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/docs/.cvsignore b/beecrypt/docs/.cvsignore
new file mode 100644
index 000000000..540cfea1a
--- /dev/null
+++ b/beecrypt/docs/.cvsignore
@@ -0,0 +1,19 @@
+.deps
+.depend
+.depend-done
+.libs
+Makefile
+Makefile.in
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+libtool
+ltconfig
+ltmain.sh
+*.o
+*.lo
+stamp-h
+stamp-h.in
diff --git a/beecrypt/gas/.cvsignore b/beecrypt/gas/.cvsignore
new file mode 100644
index 000000000..540cfea1a
--- /dev/null
+++ b/beecrypt/gas/.cvsignore
@@ -0,0 +1,19 @@
+.deps
+.depend
+.depend-done
+.libs
+Makefile
+Makefile.in
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+libtool
+ltconfig
+ltmain.sh
+*.o
+*.lo
+stamp-h
+stamp-h.in
diff --git a/beecrypt/gnu.h b/beecrypt/gnu.h
deleted file mode 100644
index 59133f8ec..000000000
--- a/beecrypt/gnu.h
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
- * Copyright (c) 2003 Bob Deblier
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
-
-#ifndef _BEECRYPT_GNU_H
-#define _BEECRYPT_GNU_H
-
-#include <inttypes.h>
-#include <stdint.h>
-
-
-#include <pthread.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-#include <string.h>
-#include <unistd.h>
-#include <dlfcn.h>
-
-typedef pthread_cond_t bc_cond_t;
-typedef pthread_mutex_t bc_mutex_t;
-typedef pthread_t bc_thread_t;
-
-
-
-
-
-
-
-
-
-
-
-
-
-/* WARNING: overriding this value is dangerous; some assembler routines
- * make assumptions about the size set by the configure script
- */
-#if !defined(MP_WBITS)
-# define MP_WBITS 64U
-#endif
-
-#endif
diff --git a/beecrypt/java/.cvsignore b/beecrypt/java/.cvsignore
new file mode 100644
index 000000000..da7b4816b
--- /dev/null
+++ b/beecrypt/java/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
diff --git a/beecrypt/masm/.cvsignore b/beecrypt/masm/.cvsignore
new file mode 100644
index 000000000..540cfea1a
--- /dev/null
+++ b/beecrypt/masm/.cvsignore
@@ -0,0 +1,19 @@
+.deps
+.depend
+.depend-done
+.libs
+Makefile
+Makefile.in
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+libtool
+ltconfig
+ltmain.sh
+*.o
+*.lo
+stamp-h
+stamp-h.in
diff --git a/beecrypt/python/.cvsignore b/beecrypt/python/.cvsignore
new file mode 100644
index 000000000..88b36fbdd
--- /dev/null
+++ b/beecrypt/python/.cvsignore
@@ -0,0 +1,7 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.la
+*.lo
+*.pyc
diff --git a/beecrypt/python/test/.cvsignore b/beecrypt/python/test/.cvsignore
new file mode 100644
index 000000000..12664c724
--- /dev/null
+++ b/beecrypt/python/test/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+*.pyc
diff --git a/beecrypt/tests/.cvsignore b/beecrypt/tests/.cvsignore
new file mode 100644
index 000000000..5e7d0563f
--- /dev/null
+++ b/beecrypt/tests/.cvsignore
@@ -0,0 +1,37 @@
+.deps
+.depend
+.depend-done
+.libs
+Makefile
+Makefile.in
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+libtool
+ltconfig
+ltmain.sh
+*.o
+*.lo
+stamp-h
+stamp-h.in
+base64bug
+beetest
+benchbc
+benchhf
+benchme
+openpgp
+testaes
+testblowfish
+testdldp
+testdsa
+testhmacmd5
+testhmacsha1
+testmd5
+testmp
+testmpinv
+testrsa
+testsha1
+testsha256