# HG changeset patch # User Stefan Monnier # Date 939418060 0 # Node ID 3ede6c50d7f5fd6ff49889e6e8426b3214179a66 # Parent 4c1654cc83884bcb25b0b7f113ea5bf10b6d977b also ignore CVS subdirs. diff -r 4c1654cc8388 -r 3ede6c50d7f5 update-subdirs --- a/update-subdirs Fri Oct 08 20:12:54 1999 +0000 +++ b/update-subdirs Fri Oct 08 21:27:40 1999 +0000 @@ -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