From 81c395272089cd86e6e2e4bda9789e02141494f3 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 2 Aug 2024 17:13:55 +0200 Subject: Add *.a and *.so in ignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61cf493..aff096e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ properties a.out *-lexer.c y.* -*-parser.* \ No newline at end of file +*-parser.* +*.a +*.so -- cgit v1.2.3