From 7640bc88a7a428b9eb566e137820d84428789004 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Thu, 17 Mar 2022 19:14:12 +0000 Subject: [PATCH] gitignore update * update .gitignore to ignore the *.o and the executable files Signed-off-by: Daniel Santos --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ddc7e6..21b7613 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -numericx +/*-to-* +*.o