.gitignore 274 B

12345678910111213141516171819202122232425262728
  1. json_unit
  2. json_benchmarks
  3. json_benchmarks_simple
  4. fuzz-testing
  5. *.dSYM
  6. *.o
  7. *.gcno
  8. *.gcda
  9. build
  10. build_coverage
  11. clang_analyze_build
  12. doc/xml
  13. doc/html
  14. me.nlohmann.json.docset
  15. benchmarks/files/numbers/*.json
  16. .wsjcpp-logs/*
  17. .wsjcpp/*
  18. .idea
  19. cmake-build-debug
  20. test/test-*
  21. /.vs