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 14:17:46 +08:00
committed by GitHub
parent e7ebe77ebf
commit c7025b093a
+1 -1
View File
@@ -6,7 +6,7 @@ test
*.swp
*.patch
tags
*.dylib
*.dylib*
build/
cJSON_test
cJSON_test_utils