fix: Add "optional" folder to .gitignore (#3141)
Zephyr now has some modules that get placed under /optional/modules instead of /modules. Added that to .gitignore so Git doesn't try to treat those like Git modules.
This commit is contained in:
parent
fed2cf69da
commit
c0990410da
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
/.west
|
||||
/bootloader
|
||||
/modules
|
||||
/optional
|
||||
/tools
|
||||
/zephyr
|
||||
/zmk-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue