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:
parent
211c366662
commit
a6a33bede8
|
|
@ -4,6 +4,7 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
*.swo
|
||||
*.dylib
|
||||
.DS_Store
|
||||
.atom/
|
||||
.buildlog/
|
||||
|
|
|
|||
Loading…
Reference in New Issue