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
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
*.dylib
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
.buildlog/
|
.buildlog/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue