We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e320f35 commit 728425eCopy full SHA for 728425e
src/west/app/project.py
@@ -703,7 +703,7 @@ def _find_untracked(folder):
703
# only when required.
704
_find_untracked(Path(self.topdir))
705
706
- # Remove the .west folder, which is maintained by west
+ # Exclude the .west directory, which is maintained by west
707
try:
708
untracked.remove((Path(self.topdir) / Path(WEST_DIR)).resolve())
709
except ValueError:
0 commit comments