From 9849c0032175ab8d15c6842e8c93532fd1e466fe Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 17 Jul 2021 11:21:15 +0200 Subject: [PATCH] cargo ignore examples --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2b82661..fb0c381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ repository = "https://github.com/danijoo/WHAM" readme = "README.md" categories = ["science", "command-line-utilities", "algorithms"] keywords = ["math", "statistics", "histogram", "bioinformatics", "molecular-dynamics"] +exclude = [ + "example/*" +] [dependencies] clap = {version="2.32.0", features=['yaml']}