Index: config/mktar.sh =================================================================== diff -u -rcbd90c93d2f10ce1df8fb1afd1d49633d0ce00e0 -r04d4f8d9f9667980bcfc8deea4d0b41fd302012c --- config/mktar.sh (.../mktar.sh) (revision cbd90c93d2f10ce1df8fb1afd1d49633d0ce00e0) +++ config/mktar.sh (.../mktar.sh) (revision 04d4f8d9f9667980bcfc8deea4d0b41fd302012c) @@ -9,6 +9,6 @@ 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 | \ - fgrep -v .junk | fgrep -v "#" |fgrep -v .DS_Store| fgrep -v config. | \ + fgrep -v .junk | fgrep -v .orig | fgrep -v "#" |fgrep -v .DS_Store| fgrep -v config. | \ fgrep -v .gdb`