fix: ignore tmp files as well
This commit is contained in:
parent
1e0a567bc4
commit
abac7ef291
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
# Microsoft office Lockfiles
|
||||
~$*
|
||||
*.tmp
|
||||
tmp
|
||||
|
||||
# Test files
|
||||
test.*
|
||||
|
|
Loading…
Reference in a new issue