Skip to content

Commit

Permalink
Use more correct exclude specification in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 25, 2023
1 parent 1a8f1b1 commit e5746a4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit e5746a4

Please sign in to comment.