Skip to content

Commit

Permalink
Alphabetize Cargo excludes
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 e5746a4 commit ea8373d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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",
"/.gitignore",
"/.packit.yaml",
"/systemd",
"/tests",
"/udev",
"/_typos.toml",
"/Makefile",
"/Makefile_dependencies",
"/README_tests.md",
"/docs",
"/dracut",
"/stratisd.conf"
"/systemd",
"/tests",
"/udev",
]

[[bin]]
Expand Down

0 comments on commit ea8373d

Please sign in to comment.