From 9ed3462dbf8e910474438291d2fc6e0875ae7f67 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Fri, 30 Nov 2018 12:00:07 -0500 Subject: [PATCH] Ignoring nrtestsuite/ and tests/data --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 6fa430d..628cb20 100755 --- a/.gitignore +++ b/.gitignore @@ -219,3 +219,10 @@ temp/ .project .cproject .pydevproject + +# Testing Stuff +nrtestsuite/ +tests/data/ + +#Cmake generated export headers +*_export.h