From 77c0a1f24ca5722449ee8d53da9bf48b79c68418 Mon Sep 17 00:00:00 2001 From: Violet McKinney Date: Tue, 25 Nov 2025 11:20:56 -0800 Subject: [PATCH] gitignore *.so these files get generated in the build process and are not ignored --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 970b638..e9b0e08 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.a *.tar.* *.tar +*.so