also ignore CVS subdirs.
This commit is contained in:
parent
db48e1aa5c
commit
37e2d8f4b2
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue