mirror of
https://github.com/vlang/v.git
synced 2025-09-13 06:22:26 +03:00
.gitignore: ignore .db and .sesskey files as well
This commit is contained in:
parent
1e71fa3e38
commit
0de2f742f0
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -76,6 +76,10 @@ cache/
|
||||||
.vscode/
|
.vscode/
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
*~
|
*~
|
||||||
|
~*
|
||||||
|
.sesskey
|
||||||
|
tmp*
|
||||||
|
*.db
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*.swn
|
*.swn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue