From e5746a4155de7f44bea48cae2f7c998e1f6c9eda Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 25 Sep 2023 16:37:19 -0400 Subject: [PATCH] Use more correct exclude specification in Cargo.toml Signed-off-by: mulhern --- Cargo.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de79d239b0..e0955c8d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,21 +11,21 @@ repository = "https://github.com/stratis-storage/stratisd/" keywords = ["Linux", "filesystem", "storage"] categories = ["filesystem"] exclude = [ - "_typos.toml", - "docs", - "dracut", - ".clippy.toml", - ".gitignore", - ".githooks/*", - ".github/*", - ".packit.yaml", - "systemd", - "tests", - "udev", - "Makefile", - "Makefile_dependencies", - "README_tests.md", - "stratisd.conf" + "/_typos.toml", + "/docs", + "/dracut", + "/.clippy.toml", + "/.gitignore", + "/.githooks", + "/.github", + "/.packit.yaml", + "/systemd", + "/tests", + "/udev", + "/Makefile", + "/Makefile_dependencies", + "/README_tests.md", + "/stratisd.conf" ] [[bin]]