From 91d7af13e0c2d5ffa0275d9cd0b3c952e9bb4e8a Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Thu, 19 Apr 2018 09:34:16 +0200 Subject: [PATCH] Added tesdata directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bfe0a1..f721012 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target *~ -/Cargo.lock \ No newline at end of file +/Cargo.lock +/testdata \ No newline at end of file -- GitLab