From 5e0ddfc1e2c2cf7e5e4eed02138dae2db8b4730b Mon Sep 17 00:00:00 2001 From: ptaylor Date: Thu, 25 Jun 2020 14:35:57 -0700 Subject: [PATCH] add dask-worker-space to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 517ceab56..30bcd5a84 100644 --- a/.gitignore +++ b/.gitignore @@ -76,4 +76,7 @@ cpp/doxygen/html # Raft symlink python/cugraph/raft -python/_external_repositories/ \ No newline at end of file +python/_external_repositories/ + +# created by Dask tests +python/dask-worker-space