Skip to content

Commit 961c9ca

Browse files
committed
chore: ignore local test runner artifacts
1 parent 30d8151 commit 961c9ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Win32/
2424
*.ipdb
2525
*.idb
2626
*.log
27+
*.logs
2728
*.tlog
2829

2930
# Exception: Keep libsodium static libraries
@@ -44,3 +45,6 @@ AGENTS.md.local
4445

4546
# Keep launch.vs.json for debugging
4647
!.vs/launch.vs.json
48+
49+
# Local test artifacts
50+
tests/*.exe

0 commit comments

Comments
 (0)