1
0
mirror of https://github.com/nlohmann/json synced 2024-11-21 19:50:04 +00:00
nlohmannjson/.gitignore

35 lines
385 B
Plaintext
Raw Normal View History

2015-02-14 15:47:14 +00:00
json_unit
2015-06-20 22:59:33 +00:00
json_benchmarks
json_benchmarks_simple
2016-02-14 17:38:29 +00:00
fuzz-testing
*.dSYM
2016-08-10 18:56:26 +00:00
*.o
*.gcno
*.gcda
2016-02-14 17:38:29 +00:00
build
build_coverage
clang_analyze_build
2015-06-20 22:59:33 +00:00
2016-06-19 14:17:53 +00:00
doc/xml
2016-08-10 18:56:26 +00:00
doc/html
me.nlohmann.json.docset
2016-07-20 21:06:45 +00:00
benchmarks/files/numbers/*.json
2016-11-24 16:45:01 +00:00
.wsjcpp-logs/*
.wsjcpp/*
2016-11-24 16:45:01 +00:00
.idea
cmake-build-debug
test/test-*
/.vs
2020-05-24 11:03:04 +00:00
doc/mkdocs/venv/
doc/mkdocs/docs/images
doc/mkdocs/docs/examples
2020-05-24 11:40:43 +00:00
doc/mkdocs/site
doc/mkdocs/docs/__pycache__/