Skip to content

Commit 17487f4

Browse files
committed
Exclude pg_query.pb-c.o from package
This is listed in the libpg_query gitignore file
1 parent eb18689 commit 17487f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ include = [
1212
# libpg_query
1313
"Makefile", "pg_query.h",
1414
"libpg_query/{src,vendor}/**/*.{c,h}",
15-
"libpg_query/protobuf/{pg_query.pb-c.*,pg_query.proto}",
15+
"libpg_query/protobuf/pg_query.pb-c.{c,h}",
16+
"libpg_query/protobuf/pg_query.proto",
1617
]
1718

1819
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)