From fe8d30230e93a1a2269a64cbf36604b79b1ac0b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 5 Mar 2020 10:46:18 +0100 Subject: [PATCH] ignore testdir Signed-off-by: Wolfgang Bumiller --- .gitignore | 1 + Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 14568f4..6a4b8cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target +/testdir **/*.rs.bk Cargo.lock test.pxar diff --git a/Cargo.toml b/Cargo.toml index ffe5956..bbfc5ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "pxar" version = "0.1.0" authors = ["Wolfgang Bumiller "] edition = "2018" +exclude = [ + "testdir", +] [[example]] name = "apxar"