Skip to content

Commit

Permalink
Exclude CI files (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatenkobrain authored and sebcrozet committed Feb 17, 2019
1 parent 975d72f commit 9061c98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -12,6 +12,8 @@ categories = [ "science" ]
keywords = [ "linear", "algebra", "matrix", "vector", "math" ]
license = "BSD-3-Clause"

exclude = ["/ci/*", "/.travis.yml", "/Makefile"]

[lib]
name = "nalgebra"
path = "src/lib.rs"
Expand Down Expand Up @@ -50,4 +52,4 @@ serde_json = "1.0"
rand_xorshift = "0.1"

[workspace]
members = [ "nalgebra-lapack", "nalgebra-glm" ]
members = [ "nalgebra-lapack", "nalgebra-glm" ]

0 comments on commit 9061c98

Please sign in to comment.