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

2
.gitignore vendored
View File

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