Index: config/mktar.sh =================================================================== diff -u -r2111020b49da8ce57758e51accf0b6073037f0d2 -r1c50da329108ac2517b2264ee40159dcacbff22e --- config/mktar.sh (.../mktar.sh) (revision 2111020b49da8ce57758e51accf0b6073037f0d2) +++ config/mktar.sh (.../mktar.sh) (revision 1c50da329108ac2517b2264ee40159dcacbff22e) @@ -7,8 +7,8 @@ make distclean cd .. tar zcvf ./$name.tar.gz \ - `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 | \ + `find ./$name -type f -o -type l| fgrep -v .git| fgrep -v CVS | fgrep -v SCCS | fgrep -v .dSYM | \ + fgrep -v Attic | fgrep -v "autom4te"| fgrep -v "~"|fgrep -v .db | fgrep -v .graffle | \ fgrep -v .junk | fgrep -v .orig | fgrep -v "#" |fgrep -v .DS_Store| fgrep -v config. | \ fgrep -v .gdb`