From f1a03b96a32d09bfff0a3e3377a29c9d5a9a2dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Wed, 8 Mar 2023 13:01:36 +0100 Subject: [PATCH] Updated gitignore --- test_programs/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_programs/.gitignore b/test_programs/.gitignore index 0a0178a..f7e49da 100644 --- a/test_programs/.gitignore +++ b/test_programs/.gitignore @@ -1,4 +1,4 @@ # Ignoring dump files *.dump *.o -./target \ No newline at end of file +target \ No newline at end of file