gitignore macOS *.dylib files

This commit is contained in:
Philipp Wolfer
2019-08-31 15:12:02 +02:00
parent 4c6312616f
commit b13d1f2932

1
.gitignore vendored
View File

@@ -12,6 +12,7 @@ Thumbs.db:encryptable
# Files generated during build, test and deployment
.coverage
*.dll
*.dylib
*.exe
*.pyc
*.pyd