瀏覽代碼

build: add lua to the ignored directories for check-source.sh.

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
d0a99a9286
共有 1 個檔案被更改,包括 8 行新增2 行删除
  1. +8
    -2
      build/check-source.sh

+ 8
- 2
build/check-source.sh 查看文件

@@ -105,11 +105,17 @@ total_errors=0
for file in $FILES; do
case "$file" in
# These files aren't ours, don't fix
src/bullet/*|external/*|*/generated/*|web/plugins/*)
src/bullet/*|\
external/*|\
*/generated/*|\
web/plugins/*)
:
;;
# Don't harass these people
people/peeweek/*|people/touky/*|people/benlitz/*)
people/peeweek/*|\
people/touky/*|\
people/benlitz/*|\
people/sam/lua-*)
:
;;
# These files we know how to handle


Loading…
取消
儲存