]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
chore: ignore all .dylib files (#628)
authorTony Langhammer <tony.langhammer@yahoo.de>
Thu, 20 Jan 2022 06:17:46 +0000 (07:17 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Jan 2022 06:17:46 +0000 (14:17 +0800)
This fixes some .dylib files being flagged as added when compiled e.g. `libcjson.dylib.1.7.14`

.gitignore

index b3c8d6b47f86f6ec59d5abe8c92066df07203688..65fa89b6010aae76c1385ea73043ff12ae635e91 100644 (file)
@@ -6,7 +6,7 @@ test
 *.swp
 *.patch
 tags
-*.dylib
+*.dylib*
 build/
 cJSON_test
 cJSON_test_utils