From d852394981834bb0ffb8ecbbb00f43a3600910ec Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 29 Aug 2002 08:27:01 +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. (Second try; this time, deal with the cases where "cvs add"/"cvs ci" choked on previously deleted versions numbered 5.x.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14785 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/.cvsignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/util/et/.cvsignore (limited to 'src/util') diff --git a/src/util/et/.cvsignore b/src/util/et/.cvsignore new file mode 100644 index 000000000..fe68d7750 --- /dev/null +++ b/src/util/et/.cvsignore @@ -0,0 +1,11 @@ +compile_et +et1.h +et1.c +et2.h +et2.c +t_com_err +test1.h +test1.c +test2.h +test2.c +test_et -- cgit