diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-02-05 21:30:00 +0100 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-02-05 21:30:18 +0100 |
| commit | 7de32502590995ee8d7cc8b681b0f723ca35ccb0 (patch) | |
| tree | 26ff0237d504345def2bd6bb72051b00b204eb69 /testing | |
| parent | fafac750baa70812432020784cc5ba2cc23224cc (diff) | |
| download | go-schwift-7de32502590995ee8d7cc8b681b0f723ca35ccb0.tar.gz | |
SAIO gets confused when there are unexpected files in testing/data/
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/.gitignore | 1 | ||||
| -rw-r--r-- | testing/data/.gitignore | 2 |
2 files changed, 1 insertions, 2 deletions
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 |
