also ignore CVS subdirs.

This commit is contained in:
Stefan Monnier 1999-10-08 21:28:05 +00:00
parent db48e1aa5c
commit 37e2d8f4b2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
* update-subdirs: also ignore CVS subdirs.
1999-10-07 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (install-arch-indep): Add ada-mode.

View file

@ -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