From 58c249954e7bb8776f213248d9ca220a27c372b7 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Wed, 9 Mar 2016 17:30:12 +0100 Subject: Override crates.io During development and CI the repo contents are to be tested, but .cargo shouldn't be published. --- .cargo/config | 1 + .gitignore | 1 - Cargo.toml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..53b69e4 --- /dev/null +++ b/.cargo/config @@ -0,0 +1 @@ +paths = ["ops", "cli", "base", "formats/weechat", "formats/energymech"] diff --git a/.gitignore b/.gitignore index e2dcd4a..44a3164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.cargo /target **/target */**/Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index b7c0a93..5352d0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ license = "Apache-2.0" name = "ilc" repository = "https://github.com/tilpner/ilc" version = "0.3.0" +exclude = [".cargo/**"] [[bin]] name = "ilc" -- cgit v1.2.3