aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-03-19 11:49:38 -0700
committerGravatar GitHub <noreply@github.com>2021-03-19 11:49:38 -0700
commit5792e5c529756e3569ca43e635995ec2eed365a9 (patch)
tree8042d83a26879cfd44e8b4924c80ac297aa0733f /.dockerignore
parent2b4af8f24ab41d57dc2a33c6e3b63f016f35fe7a (diff)
[NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases directory (#5448)
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore
index cf6ef5d4..b72d742a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,11 +1,11 @@
.git
+infra/cifuzz/test_data/*
+docs/*
+
# Copied from .gitignore.
.vscode/
*.pyc
build
*~
.DS_Store
-*.swp
-infra/cifuzz/test_files/*
-docs/*
-infra/testcases/* \ No newline at end of file
+*.swp \ No newline at end of file