From a6a33bede82cb7dc25989bdf79ddee2c958854ff Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 30 Jun 2022 15:34:05 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 50171198..bbf3282a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.pyc *.swp *.swo +*.dylib .DS_Store .atom/ .buildlog/