diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-10-08 21:27:40 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-10-08 21:27:40 +0000 |
commit | 5f70b014d8eced93ca5ea1e6e853e39e67ae3a7e (patch) | |
tree | 8b05e37f346a38214ba4c3304258687a083adac7 /update-subdirs | |
parent | 25bded00df578846ae318b97ec6468bd4b41d801 (diff) | |
download | emacs-5f70b014d8eced93ca5ea1e6e853e39e67ae3a7e.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 |