From 3c820b5a50f49d22c70608de8b04c8d7bf9686fe Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 6 May 2021 02:08:18 -0700 Subject: [PATCH] Updated gitignore [skip ci] --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d470b8..3758cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -dist -results -tmp_check +/dist/ +/results/ +/tmp_check/ regression.* *.o *.so