Mercurial > emacs
changeset 25931:3ede6c50d7f5
also ignore CVS subdirs.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 08 Oct 1999 21:27:40 +0000 |
parents | 4c1654cc8388 |
children | 603508917c34 |
files | update-subdirs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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