From 7de32502590995ee8d7cc8b681b0f723ca35ccb0 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 5 Feb 2018 21:30:00 +0100 Subject: SAIO gets confused when there are unexpected files in testing/data/ --- testing/.gitignore | 1 + testing/data/.gitignore | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 testing/.gitignore delete mode 100644 testing/data/.gitignore diff --git a/testing/.gitignore b/testing/.gitignore new file mode 100644 index 0000000..82f0c3a --- /dev/null +++ b/testing/.gitignore @@ -0,0 +1 @@ +/data/ diff --git a/testing/data/.gitignore b/testing/data/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/testing/data/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore -- cgit v1.2.3