Have git ignore Unix shared libraries.

This commit is contained in:
Jim Blandy 2020-07-31 11:52:25 -07:00
parent 1f2990f709
commit c75b940816

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ Release
Debug
*.d
*.o
*.so
*.swp
imgui.ini
test/tracy_test