diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-10-08 21:28:05 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-10-08 21:28:05 +0000 |
commit | 37e2d8f4b2723b33e7d0bece665de20e1893d92b (patch) | |
tree | 67a12a2256eeacfc81f9daee4b350a8fb47b903c /update-subdirs | |
parent | db48e1aa5c65194cafc7e62905e2a31ee5a7ca16 (diff) | |
download | emacs-37e2d8f4b2723b33e7d0bece665de20e1893d92b.tar.gz |
also ignore CVS subdirs.
Diffstat (limited to 'update-subdirs')
-rwxr-xr-x | update-subdirs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |