aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar rsgowman <rgowman@google.com>2018-06-04 13:02:31 -0400
committerGravatar GitHub <noreply@github.com>2018-06-04 13:02:31 -0400
commitce61f4e0e654e7a16dad023e1b8df32449d5a00f (patch)
tree669ca1d7416d738901ab879be92b28621c95b3a1 /scripts
parentbb546e19885ae084823e0315e93564a44c0a8257 (diff)
Rename nanopb generated headers from foo.pb.h to foo.nanopb.h (#1371)
This avoids a collision with the libprotobuf generated files. Also removes the "well-known" cpp protos, relying on libprotobuf to supply these instead.
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 d8825f2..8eff1e8 100755
--- a/scripts/style.sh
+++ b/scripts/style.sh
@@ -122,6 +122,7 @@ s%^./%%
# Checked-in generated code
\%\.pb(objc|rpc)\.% d
\%\.pb\.% d
+\%\.nanopb\.% d
# Format C-ish sources only
\%\.(h|m|mm|cc|swift)$% p