telem3-fw/.gitignore
Martí Bolívar 41767afebe west: add example west command
Add a working example for how to implement a west command within the
user's manifest repository. There is documentation for this, but we
should have some working code in here just to make life easier for
people.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-08-31 17:26:45 +02:00

13 lines
74 B
Plaintext

# editors
.vscode
*.swp
*~
# python
.venv
# build
/build*
__pycache__/