From 8eaf3db05af56f915ea9c2e282b142a5cdbc6f92 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 19 Mar 2021 18:33:58 +0100 Subject: [PATCH] Ignore all so, not only versioned ones --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83d588d6..07a07d57 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ CMakeFiles CMakeCache.txt cmake_install.cmake Makefile -*.so.* +*.so* *.a