+find $REP -not -path "*svn*" -not -path "*build*" -not -path "*tools/perfmodels/sampling*" -not -path "*starpu-top*" -not -path "*min-dgels*" -not -name ".gitignore" -not -name "*.eps" -not -name "*.pdf" -not -name "*.png" -not -path "*.deps*" -type f > /tmp/list_$$
|