From 680936296f8c43307ecb2a5fc3e2d151444e4c41 Mon Sep 17 00:00:00 2001 From: olemorud Date: Mon, 15 May 2023 23:55:55 +0200 Subject: [PATCH] add *.so, *.a to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 84117d4..f779bd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ obj/ test/ *.o +*.a +*.so