Skip to content

Commit a2ae37a

Browse files
Update .gitignore to ignore build and twister-out directories recursively
1 parent ef65eea commit a2ae37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
.venv
88

99
# build
10-
/build*
11-
/twister-out*
10+
**/build*
11+
**/twister-out*
1212

1313
__pycache__/
1414

0 commit comments

Comments
 (0)