make check_format ignore src/modules/attitude_estimator_ekf/codegen

This commit is contained in:
Daniel Agar 2015-02-23 13:10:12 -05:00
parent 8de2b8af14
commit 265147ce7f
1 changed files with 1 additions and 0 deletions

View File

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