瀏覽代碼

tools/dev/checker/starpu_check_copyright.sh: ignore git files

Nathalie Furmento 4 年之前
父節點
當前提交
eed573621a
共有 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 "*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_$$
+find $REP -not -path "*build*" -not -path "*.git*" -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