From 88176dbd9818596e79207c8574544efcb7c76231 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sat, 24 Oct 2020 12:27:01 +0200 Subject: [PATCH] Add .gitignore to test/ directory --- test/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/.gitignore diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..e28d925 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,5 @@ +*.bom.tsv +*.gv +*.html +*.png +*.svg