check_code_style.sh properly ignore src/modules/attitude_estimator_ekf/codegen/*

This commit is contained in:
Daniel Agar 2015-03-02 20:49:27 -05:00 committed by Lorenz Meier
parent c2abb0f82a
commit 0eaf41a048
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +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 './src/modules/attitude_estimator_ekf/codegen' -prune -o \
-path './NuttX' -prune -o \
-path './Build' -prune -o \
-path './mavlink' -prune -o \