ignore testdir

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-03-05 10:46:18 +01:00
parent 21e2b2fa9b
commit fe8d30230e
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target /target
/testdir
**/*.rs.bk **/*.rs.bk
Cargo.lock Cargo.lock
test.pxar test.pxar

View File

@ -3,6 +3,9 @@ name = "pxar"
version = "0.1.0" version = "0.1.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018" edition = "2018"
exclude = [
"testdir",
]
[[example]] [[example]]
name = "apxar" name = "apxar"