Index: xotcl/config/mktar.sh =================================================================== diff -u -r1aa7246cc8e44078c9dbd33e03992478615f314f -r20e421dc641dc39b53106b1296ac7e09d0b206f2 --- xotcl/config/mktar.sh (.../mktar.sh) (revision 1aa7246cc8e44078c9dbd33e03992478615f314f) +++ xotcl/config/mktar.sh (.../mktar.sh) (revision 20e421dc641dc39b53106b1296ac7e09d0b206f2) @@ -9,5 +9,6 @@ tar zcvf ./$name.tar.gz \ `find ./$name -type f -o -type l| fgrep -v CVS | fgrep -v SCCS | \ fgrep -v Attic | fgrep -v "autom4te"| fgrep -v "~"|fgrep -v .db | \ - fgrep -v .junk | fgrep -v "#" |fgrep -v .DS_Store| fgrep -v config.` + fgrep -v .junk | fgrep -v "#" |fgrep -v .DS_Store| fgrep -v config. | \ + fgrep -v .gdb`