.gitignore 134 B

12345678910111213141516
  1. .svn
  2. test
  3. *.o
  4. *.a
  5. *.so
  6. *.swp
  7. *.patch
  8. tags
  9. *.dylib
  10. build/
  11. cJSON_test
  12. cJSON_test_utils
  13. libcjson.so.*
  14. libcjson_utils.so.*
  15. *.orig
  16. .vscode