From a1bbc693c9757132e64341e0b6d804a43a873fd8 Mon Sep 17 00:00:00 2001 From: Dima Pulkinen Date: Thu, 29 Feb 2024 11:53:29 +0200 Subject: [PATCH] ignore static library binaries in version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9ed661c..afacb18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.so *.so.* +*.a *.obj *.lib *.dll*