mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
721 B
35 lines
721 B
.direnv
|
|
.pio
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/ipch
|
|
out/
|
|
.direnv/
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
.vscode/extensions.json
|
|
.idea
|
|
cmake-*
|
|
.cache
|
|
.ccls
|
|
compile_commands.json
|
|
.venv/
|
|
venv/
|
|
platformio.local.ini
|
|
|
|
# --- nRF54L15/Zephyr port: keep generated artifacts & local junk out of git ---
|
|
# large reference binaries (datasheets) — keep locally, not in git
|
|
*.pdf
|
|
|
|
# python caches
|
|
__pycache__/
|
|
*.pyc
|
|
# arduino-cli build artifacts — regenerated by tools/*/build.sh (curated lib + assembled sketch dirs)
|
|
tools/*/libs/
|
|
tools/*/mc_*/
|
|
tools/*/sketch/
|
|
tools/*/mc_xiao/
|
|
# Zephyr out-of-tree build dirs (we build to /tmp, but ignore any local build/)
|
|
build/
|
|
zephyr-port/*/build/
|
|
|