浏览代码

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


正在加载...
取消
保存