runastyle: dont run astyle on generated cfg tests
This commit is contained in:
parent
7048f012a8
commit
bccfc967e7
|
@ -29,7 +29,7 @@ $ASTYLE $style $options -r gui/test/*.h
|
||||||
$ASTYLE $style $options lib/*.cpp
|
$ASTYLE $style $options lib/*.cpp
|
||||||
$ASTYLE $style $options lib/*.h
|
$ASTYLE $style $options lib/*.h
|
||||||
$ASTYLE $style $options test/*.cpp
|
$ASTYLE $style $options test/*.cpp
|
||||||
$ASTYLE $style $options test/cfg/*.c*
|
$ASTYLE $style $options test/cfg/*.c
|
||||||
$ASTYLE $style $options test/*.h
|
$ASTYLE $style $options test/*.h
|
||||||
|
|
||||||
$ASTYLE $style $options --recursive "tools/*.cpp"
|
$ASTYLE $style $options --recursive "tools/*.cpp"
|
||||||
|
|
Loading…
Reference in New Issue