Skip to content

Commit ca0466d

Browse files
rwalton-armPatater
authored andcommitted
gitignore: Only ignore build folder at the repo root
We want to ignore the "build/" folder created by tox when it builds an sdist for its dev environment, but we do not want to ignore the "build" folders further down the path hierarchy, as we have a src/mbed_tools/build folder which contains source code we need git to track.
1 parent d71f39b commit ca0466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pipfile.lock
1111
*.pyc
1212
__pycache__/
1313
*.egg-info/
14-
build/
14+
/build/
1515

1616
# Coverage.py
1717
.coverage*

0 commit comments

Comments
 (0)