Also ignore sqlite-shm and sqlite-wal files

See https://www.sqlite.org/tempfiles.html
This commit is contained in:
Dennis Felsing 2022-12-14 18:08:35 +01:00
parent aef3c8b4fe
commit 658195864d

2
.gitignore vendored
View file

@ -132,6 +132,8 @@ tags
*.sln
*.so
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.suo
*.swp
*.tar.gz