aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Rich Gowman <rgowman@google.com>2018-02-02 14:35:34 -0500
committerGravatar Rich Gowman <rgowman@google.com>2018-02-06 10:02:30 -0500
commitd29a6db896692a48bbde0267e4b5c148961fbab7 (patch)
tree8933dc33685925924c6bf31d0780d6bb07a86d9e /scripts
parent3fcdf510ce4b7f50e44445ff329d9019e73ba257 (diff)
style.sh now ignores generated nanopb files
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/style.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/style.sh b/scripts/style.sh
index 1b41b13..b4c495d 100755
--- a/scripts/style.sh
+++ b/scripts/style.sh
@@ -70,6 +70,7 @@ files=$(
# Checked-in generated code
\%\.pb(objc|rpc)\.% d
+\%\.pb\.% d
# Format C-ish sources only
\%\.(h|m|mm|cc)$% p