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 *.pyc
*.swp *.swp
*.swo *.swo
*.dylib
.DS_Store .DS_Store
.atom/ .atom/
.buildlog/ .buildlog/