From 62c77ff78cdcd1a699c50e79deec311f7e4de3bb Mon Sep 17 00:00:00 2001 From: Eric Duminil Date: Thu, 31 Oct 2019 11:03:49 +0100 Subject: [PATCH] RegionChooser: Adding .cache to gitignore --- test/testdata/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/testdata/.gitignore diff --git a/test/testdata/.gitignore b/test/testdata/.gitignore new file mode 100644 index 0000000..988107f --- /dev/null +++ b/test/testdata/.gitignore @@ -0,0 +1 @@ +.cache/ \ No newline at end of file -- GitLab