diff --git a/Cargo.toml b/Cargo.toml index 481b372..e454284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["smawk", "matrix", "optimization", "dynamic-programming"] categories = ["algorithms", "science"] license = "MIT" edition = "2018" +exclude = [".github/", ".gitignore"] [badges] travis-ci = { repository = "mgeisler/smawk" }