Browse Source

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

legacy
Sam Hocevar sam 12 years ago
parent
commit
d0a99a9286
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      build/check-source.sh

+ 8
- 2
build/check-source.sh View File

@@ -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…
Cancel
Save