9afe757648
- updated .gitignore file to ignore "dist" and "build" directories in netbeans project
36 lines
No EOL
453 B
Text
36 lines
No EOL
453 B
Text
json_unit
|
|
json_benchmarks
|
|
json_benchmarks_simple
|
|
fuzz-testing
|
|
|
|
*.dSYM
|
|
*.o
|
|
*.gcno
|
|
*.gcda
|
|
|
|
build
|
|
build_coverage
|
|
clang_analyze_build
|
|
|
|
doc/xml
|
|
doc/html
|
|
me.nlohmann.json.docset
|
|
|
|
benchmarks/files/numbers/*.json
|
|
|
|
.wsjcpp-logs/*
|
|
.wsjcpp/*
|
|
|
|
.idea
|
|
cmake-build-debug
|
|
|
|
test/test-*
|
|
/.vs
|
|
|
|
doc/mkdocs/venv/
|
|
doc/mkdocs/docs/images
|
|
doc/mkdocs/docs/examples
|
|
doc/mkdocs/site
|
|
doc/mkdocs/docs/__pycache__/
|
|
/tools/NlohmannMacroBuilder/dist/
|
|
/tools/NlohmannMacroBuilder/build/ |