From d0a99a928647128b647a5682c85da17fc92079f1 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 9 Feb 2013 22:05:09 +0000 Subject: [PATCH] build: add lua to the ignored directories for check-source.sh. --- build/check-source.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build/check-source.sh b/build/check-source.sh index c217e6df..d9fa4fcb 100755 --- a/build/check-source.sh +++ b/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