Browse Source

Gitignore: Add Makefile output

Max Bruckner 8 years ago
parent
commit
fcc85bdfbc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -8,3 +8,7 @@ test
 tags
 *.dylib
 build/
+cJSON_test
+cJSON_test_utils
+libcjson.so.*
+libcjson_utils.so.*