]> git.proxmox.com Git - pxar.git/commitdiff
ignore testdir
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Mar 2020 09:46:18 +0000 (10:46 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Mar 2020 09:46:18 +0000 (10:46 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
.gitignore
Cargo.toml

index 14568f4d40413f5dd88bfea8e4b434e3e1b225e1..6a4b8cfee76361eb191e873b5f8c29e3f28d861d 100644 (file)
@@ -1,4 +1,5 @@
 /target
+/testdir
 **/*.rs.bk
 Cargo.lock
 test.pxar
index ffe5956fd7bc7d883b0527d6bab3a7d61e0c4edb..bbfc5ac4a61d7bf218fcebcffea4d8ee005459f5 100644 (file)
@@ -3,6 +3,9 @@ name = "pxar"
 version = "0.1.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
+exclude = [
+    "testdir",
+]
 
 [[example]]
 name = "apxar"