Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ xcuserdata/
/src/executorch/include/
/src/executorch/share/
/src/executorch/version.py
/dflash_benchmarks.md
*_etdump

# Android
Expand All @@ -85,3 +86,6 @@ zephyr_dev_root.backup.*/
# Agents
.claude/*.local.*
extension/pybindings/mlx.metallib

# Scratch/WIP work not ready for review -- never committed
/wip/
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -484,3 +484,8 @@ clean:
rm -rf cmake-out \
extension/llm/tokenizers/build \
extension/llm/tokenizers/pytorch_tokenizers.egg-info

# qwen3_dflash-mlx target removed: it depended on the C++ engine sources
# (CMakeLists.txt, CMakePresets.json, qwen3_dflash_engine.*), which are
# gitignored/not yet landed. Restore this target in the follow-up PR that
# actually lands the C++ engine.
Loading
Loading