From 37e2d8f4b2723b33e7d0bece665de20e1893d92b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 8 Oct 1999 21:28:05 +0000 Subject: also ignore CVS subdirs. --- update-subdirs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-subdirs') 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 -- cgit v1.2.1