]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
.dockerignore: Simplify paths
authorZack Cerza <zack@redhat.com>
Fri, 1 Apr 2022 19:51:41 +0000 (15:51 -0400)
committerZack Cerza <zack@redhat.com>
Wed, 13 Apr 2022 21:34:10 +0000 (15:34 -0600)
The we we'd used wildcards, we were only ignoring directory contents -
not the directories themselves. Also add the tox temporary directory.

Signed-off-by: Zack Cerza <zack@redhat.com>
.dockerignore

index baf96946ee2415936ed9d30161d450405822ebf1..d2f4d315d7616410b795fdeb8c65d977dd103891 100644 (file)
@@ -1,3 +1,3 @@
-*/virtualenv/*
-*/venv/*
-virtualenv/*
\ No newline at end of file
+venv
+virtualenv
+.tox