check_code_style.sh ignore mathlib/CMSIS

This commit is contained in:
Daniel Agar
2015-02-22 18:55:05 -05:00
parent b2082c124a
commit 8de2b8af14

View File

@@ -2,6 +2,7 @@
set -eu
failed=0
for fn in $(find . -path './src/lib/uavcan' -prune -o \
-path './src/lib/mathlib/CMSIS' -prune -o \
-path './NuttX' -prune -o \
-path './Build' -prune -o \
-path './mavlink' -prune -o \