Index: config/mktar.sh =================================================================== diff -u -r1de48585878552eed5591d495a75a1c828ac6a59 -rc7f47955cd341cc54e37ae6621da56a0ca0d0f73 --- config/mktar.sh (.../mktar.sh) (revision 1de48585878552eed5591d495a75a1c828ac6a59) +++ config/mktar.sh (.../mktar.sh) (revision c7f47955cd341cc54e37ae6621da56a0ca0d0f73) @@ -8,7 +8,8 @@ cd .. tar zcvf ./$name.tar.gz \ `find ./$name -type f -o -type l| fgrep -v .git| fgrep -v .dSYM | fgrep -v .DS_Store| \ - fgrep -v "~"| fgrep -v "#" | fgrep -v -- -orig | fgrep -v .junk | \ + fgrep -v "~"| fgrep -v "#" | fgrep -v -- -orig | fgrep -v .junk |\ + fgrep -v .gcov |fgrep -v .gcda|fgrep -v .gcno|fgrep -v lcov-result|fgrep -v lcov.info|\ egrep -v "doc/example.*[.]txt"| \ fgrep -v ".dylib"| \ fgrep -v "autom4te"| fgrep -v config. | fgrep -v callgrind.out. | fgrep -v .plist |\