Commit d4203e2
Add SQLite WAL mode files to .gitignore
Add test/test_db-shm and test/test_db-wal to .gitignore to exclude
SQLite Write-Ahead Logging (WAL) mode files that are created during
test execution.
These files are temporary database files created by SQLite when WAL
mode is enabled and should not be tracked in version control.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent d51c6dd commit d4203e2
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
0 commit comments