浏览代码

tools/dev/checker/starpu_check_copyright.sh: ignore perfmodel sampling files

Nathalie Furmento 7 年之前
父节点
当前提交
88485ab781
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/dev/checker/starpu_check_copyright.sh

+ 1 - 1
tools/dev/checker/starpu_check_copyright.sh

@@ -16,7 +16,7 @@
 #
 REP=${1:-.}
 
-find $REP -not -path "*svn*" -not -path "*build*" -not -path "*starpu-top*"  -not -path "*min-dgels*" -not -name ".gitignore"  -not -name "*.doxy"  -not -name "*.eps"  -not -name "*.pdf" -not -name "*.png" -not -path "*.deps*" -type f > /tmp/list_$$
+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_$$
 
 for f in $(cat /tmp/list_$$)
 do