chore: Add macOS libraries to gitignore

To run tests locally on
macOS the easiest way
is to copy the dylib files
to the sdk directory.
This commit is contained in:
Christian Pauly 2022-06-30 15:34:05 +02:00
parent 211c366662
commit a6a33bede8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.pyc
*.swp
*.swo
*.dylib
.DS_Store
.atom/
.buildlog/