aboutsummaryrefslogtreecommitdiff
path: root/infra/.dockerignore
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-03-19 11:49:38 -0700
committerGitHub <noreply@github.com>2021-03-19 11:49:38 -0700
commit5792e5c529756e3569ca43e635995ec2eed365a9 (patch)
tree8042d83a26879cfd44e8b4924c80ac297aa0733f /infra/.dockerignore
parent2b4af8f24ab41d57dc2a33c6e3b63f016f35fe7a (diff)
downloadoss-fuzz-5792e5c529756e3569ca43e635995ec2eed365a9.tar.gz
[NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases directory (#5448)
Diffstat (limited to 'infra/.dockerignore')
-rw-r--r--infra/.dockerignore11
1 files changed, 9 insertions, 2 deletions
diff --git a/infra/.dockerignore b/infra/.dockerignore
index 8835a70c6..c78653342 100644
--- a/infra/.dockerignore
+++ b/infra/.dockerignore
@@ -1,2 +1,9 @@
-cifuzz/test_files/*
-testcases/* \ No newline at end of file
+cifuzz/test_data/*
+
+# Copied from .gitignore.
+.vscode/
+*.pyc
+build
+*~
+.DS_Store
+*.swp \ No newline at end of file