From 9061c98687013e77611ef5ee75ad461d6e842964 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 17 Feb 2019 18:22:29 +0100 Subject: [PATCH] Exclude CI files (#548) --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc9e01e06..5894bfb0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -50,4 +52,4 @@ serde_json = "1.0" rand_xorshift = "0.1" [workspace] -members = [ "nalgebra-lapack", "nalgebra-glm" ] \ No newline at end of file +members = [ "nalgebra-lapack", "nalgebra-glm" ]