From 7b1bfc0a779ce396ae5518d8ae2dc8b13dd0d51b Mon Sep 17 00:00:00 2001 From: phiresky Date: Tue, 4 Jun 2019 20:12:04 +0200 Subject: [PATCH] ignore exampledir --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 61945d1..fd09971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ version = "0.1.0" authors = ["phiresky "] edition = "2018" default-run = "rga" +exclude = [ + "exampledir/*" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html