Merge pull request #82 from jimblandy/ignore-so

Have git ignore Unix shared libraries.
This commit is contained in:
Bartosz Taudul 2020-07-31 20:54:12 +02:00 committed by GitHub
commit 90e01a4888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

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