ignore static library binaries in version control

This commit is contained in:
Dima Pulkinen 2024-02-29 11:53:29 +02:00
parent 68c6e7d6b2
commit a1bbc693c9

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.o
*.so
*.so.*
*.a
*.obj
*.lib
*.dll*