Skip to content

Commit 69b3b6b

Browse files
chore(gitignore): ignore twister output directories
twister writes twister-out/, and twister-out.N/ for each repeat run in the same workspace. Only build*/ was ignored, so a careless 'git add' swept thousands of build artifacts into the index — 11,206 files against 201 real sources before it was caught.
1 parent df121c7 commit 69b3b6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dkms.conf
5656

5757
# Zephyr/west build output
5858
build*/
59+
# twister writes twister-out/, and twister-out.N/ for each repeat run
60+
twister-out*/
5961

6062
# Local editor / tooling settings
6163
.claude/settings.local.json

0 commit comments

Comments
 (0)