chore: ignore all .dylib files (#628)

This fixes some .dylib files being flagged as added when compiled e.g. `libcjson.dylib.1.7.14`
This commit is contained in:
Tony Langhammer 2022-01-20 07:17:46 +01:00 committed by GitHub
parent e7ebe77ebf
commit c7025b093a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ test
*.swp
*.patch
tags
*.dylib
*.dylib*
build/
cJSON_test
cJSON_test_utils