From 96713da011a94543ae50f70f8f8bf9aa5b323fa9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 18 Jul 2007 04:28:11 +0000 Subject: [PATCH] Ignore directories that have been removed from CVS. These used to not show up in Emacs' pcl-cvs mode, but for some reason they now pollute the display. --- .cvsignore | 4 ++++ lib/.cvsignore | 4 ++++ src/.cvsignore | 1 + tests/.cvsignore | 7 ++++--- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e27613bc..2c9e8347 100644 --- a/.cvsignore +++ b/.cvsignore @@ -20,12 +20,15 @@ config.sub configure depcomp gl +gl/ install-reloc install-sh intl +intl/ link-warning.h ltmain.sh m4 +m4/ mdate-sh missing mkinstalldirs @@ -34,4 +37,5 @@ potfiles.tmp pref.h reloc-ldflags stamp-h1 +sysdeps/ texinfo.tex diff --git a/lib/.cvsignore b/lib/.cvsignore index 282522db..ef19fa00 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -1,2 +1,6 @@ Makefile Makefile.in +dcdflib/ +gmp/ +julcal/ +misc/ diff --git a/src/.cvsignore b/src/.cvsignore index f8c68c8c..824ca295 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -7,6 +7,7 @@ cscope.in.out cscope.out cscope.po.out examine.c +expressions/ file-handle.c frequencies.c list.c diff --git a/tests/.cvsignore b/tests/.cvsignore index 3fd08221..eabe3d45 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -1,9 +1,10 @@ -Makefile -Makefile.in *.actual *.save -gengarbage +Makefile +Makefile.in +expect/ foo* +gengarbage pspp.list pspp.ps sort.data -- 2.30.2