Skip to content

Commit 35c7250

Browse files
committed
Update .gitignore
Don't check in boards, as they are dynamically loaded at the server.
1 parent 9451faf commit 35c7250

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ share/python-wheels/
5555
.installed.cfg
5656
*.egg
5757

58+
# Firmware-loader boards content is loaded dynamically and is never checked in,
59+
# even when present locally for testing.
60+
/public/firmware-loader/boards
61+
5862
# Virtual environments
5963
venv/
6064
env/

0 commit comments

Comments
 (0)