From 8cb94b537b0e6bb8ecafc5ef4080090041a382ec Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 13 Mar 2023 17:25:00 +0100 Subject: Remove the name of libraries in .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 49f5cc7..c8b3dc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -liblist.so -liblist.a +*.so +*.a *.o test/list.h test/test1 -- cgit v1.2.3