2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00
Files
json/.gitignore
2024-09-09 21:10:41 +03:00

26 lines
189 B
Plaintext

/bin
/bin.v2
/bin64
/_build*
temp
# Emacs
*#
# Vim
*~
# Visual Studio
/.vs
/out
# Visual Studio Code
/.vscode
# local copy of bench
/bench/bench
/bench/bench.exe
# Python
__pycache__