From 382aa27f440f8deb06277f3339da49841348323c Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 20 Oct 2018 12:18:46 +0200 Subject: [PATCH] Exclude unnecessary files correctly --- rust-bindings/rust/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 4f1c1a4f..ee277297 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -12,10 +12,10 @@ repository = "https://gitlab.com/fkrull/rust-libostree" readme = "README.md" exclude = [ - "conf", - "gir-files", - "libostree-sys", - + "conf/**", + "gir-files/**", + "libostree-sys/**", + ".gitlab-ci.yml", ] [package.metadata.docs.rs]