From 80329ed035b336c7d9e24dc28f806106603ee41a Mon Sep 17 00:00:00 2001 From: alteous Date: Wed, 6 Sep 2017 10:59:28 +0100 Subject: [PATCH] Exclude C example This closes issue #5 Former-commit-id: 8fe70edc1d9b9b3fb6899307e5ef241ebb1a2f0d --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8b3134ea39..d7e9aad272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" keywords = ["3D", "graphics", "algorithm", "tangent"] license = "MIT/Apache-2.0" build = "build.rs" +exclude = ["examples/cube.obj", "examples/generate.c"] [build-dependencies] cmake = "0.1"