From: Stefan Monnier Date: Fri, 8 Oct 1999 21:28:05 +0000 (+0000) Subject: also ignore CVS subdirs. X-Git-Tag: emacs-pretest-21.0.90~6514 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37e2d8f4b2723b33e7d0bece665de20e1893d92b;p=emacs.git also ignore CVS subdirs. --- diff --git a/ChangeLog b/ChangeLog index 90a6b311ee8..600dd957105 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-08 Stefan Monnier + + * update-subdirs: also ignore CVS subdirs. + 1999-10-07 Gerd Moellmann * Makefile.in (install-arch-indep): Add ada-mode. diff --git a/update-subdirs b/update-subdirs index 94eb1fd4e28..4e0182adf93 100755 --- a/update-subdirs +++ b/update-subdirs @@ -3,7 +3,7 @@ cd $1 for file in *; do case $file in - *.elc | *.el | term | RCS | Old | . | .. | =* | *~ | *.orig | *.rej) + *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej) ;; *) if [ -d $file ]; then