Skip to content

Commit f502fbd

Browse files
authored
Exclude pg_query.pb-c.o from package (#55)
This is listed in the libpg_query gitignore file
1 parent eb18689 commit f502fbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Cargo.toml

+2-1
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)