check_code_style.sh ignore unittests/build directory

This commit is contained in:
Daniel Agar
2015-02-22 17:41:02 -05:00
parent 92a3b9ce1f
commit b5a2c8708c
+1
View File
@@ -6,6 +6,7 @@ for fn in $(find . -path './src/lib/uavcan' -prune -o \
-path './Build' -prune -o \
-path './mavlink' -prune -o \
-path './unittests/gtest' -prune -o \
-path './unittests/build' -prune -o \
-name '*.c' -o -name '*.cpp' -o -name '*.hpp' -o -name '*.h' -type f); do
if [ -f "$fn" ];
then