From b13d1f2932dcecd8a39e4e0bc7cb2a0f5a906e0d Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sat, 31 Aug 2019 15:12:02 +0200 Subject: [PATCH] gitignore macOS *.dylib files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 21ec4e749..193258b4f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Thumbs.db:encryptable # Files generated during build, test and deployment .coverage *.dll +*.dylib *.exe *.pyc *.pyd