Index: config/mktar.sh =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rcbd90c93d2f10ce1df8fb1afd1d49633d0ce00e0 --- config/mktar.sh (.../mktar.sh) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ config/mktar.sh (.../mktar.sh) (revision cbd90c93d2f10ce1df8fb1afd1d49633d0ce00e0) @@ -7,7 +7,7 @@ make distclean cd .. tar zcvf ./$name.tar.gz \ - `find ./$name -type f -o -type l| fgrep -v CVS | fgrep -v SCCS | \ + `find ./$name -type f -o -type l| fgrep -v .git| 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 .gdb`