]> git.eshelyaron.com Git - emacs.git/commitdiff
also ignore CVS subdirs.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Oct 1999 21:28:05 +0000 (21:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Oct 1999 21:28:05 +0000 (21:28 +0000)
ChangeLog
update-subdirs

index 90a6b311ee878c37cc4bf36363a0d90af76d5167..600dd95710515ff807890052e6612bab08356d10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * update-subdirs: also ignore CVS subdirs.
+
 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
 
        * Makefile.in (install-arch-indep): Add ada-mode.
index 94eb1fd4e2822cdc81d92882543670bde4987357..4e0182adf937fc47345643960e8e97c7fc624f6f 100755 (executable)
@@ -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