From df9fe6c1d6ba9ead5b50e44c497d29d2e1eeb384 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 24 Oct 2023 15:35:23 -0400 Subject: [PATCH 1/2] Exclude new directory tests-fmf Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05856a6926..e898782dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ exclude = [ "/plans", "/stratisd.conf", "/systemd", - "/test", "/tests", + "/tests-fmf", "/udev" ] From 24bf3103fecccf46c5880ffb71836af389f44d13 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 24 Oct 2023 15:36:24 -0400 Subject: [PATCH 2/2] Exclude .fmf directory used by TMT Signed-off-by: mulhern --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e898782dd1..7e72cab25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ keywords = ["Linux", "filesystem", "storage"] categories = ["filesystem"] exclude = [ "/.clippy.toml", + "/.fmf", "/.githooks", "/.github", "/.gitignore",