From b88a32e59626292c943a90a4d9ca4fb610e2ac48 Mon Sep 17 00:00:00 2001 From: Julius Voggesberger Date: Sat, 27 Mar 2021 22:00:26 +0100 Subject: [PATCH] Added gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..741650f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore the n170 dataset, so that it wont be pushed onto the repo +/Dataset/n170 \ No newline at end of file