From 756a0d90ac7b33dc9e364bbc58abc8936f83d4b3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 29 Aug 2002 08:04:44 +0000 Subject: Ignore a bunch of files generated by building in the source tree, excluding those covered by CVSROOT/cvsignore patterns. Static UNIX build only, at the moment, may need updates for other configurations. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14783 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/keyhash_provider/.cvsignore | 2 ++ src/lib/crypto/sha1/.cvsignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 src/lib/crypto/keyhash_provider/.cvsignore create mode 100644 src/lib/crypto/sha1/.cvsignore (limited to 'src/lib/crypto') diff --git a/src/lib/crypto/keyhash_provider/.cvsignore b/src/lib/crypto/keyhash_provider/.cvsignore new file mode 100644 index 000000000..63f45a87c --- /dev/null +++ b/src/lib/crypto/keyhash_provider/.cvsignore @@ -0,0 +1,2 @@ +t_cksum4 +t_cksum5 diff --git a/src/lib/crypto/sha1/.cvsignore b/src/lib/crypto/sha1/.cvsignore new file mode 100644 index 000000000..dff00f199 --- /dev/null +++ b/src/lib/crypto/sha1/.cvsignore @@ -0,0 +1,2 @@ +t_shs +t_shs3 -- cgit