gitignore *.so

these files get generated in the build process and are not ignored
This commit is contained in:
Violet McKinney 2025-11-25 11:20:56 -08:00 committed by GitHub
parent 74bd9b60ba
commit 77c0a1f24c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -4,3 +4,4 @@
*.a
*.tar.*
*.tar
*.so