Exclude CI files (#548)

This commit is contained in:
Igor Gnatenko 2019-02-17 18:22:29 +01:00 committed by Sébastien Crozet
parent 975d72f070
commit 9061c98687
1 changed files with 3 additions and 1 deletions

View File

@ -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"