.gitignore: add tmp directory

Include to tmp/ directory to be ignored, it usually contains temporary
vm-run images.
This commit is contained in:
Jelle van der Waa 2021-09-13 18:38:32 +02:00 committed by Martin Pitt
parent 9574611768
commit 6ff3b7d6bc

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ test/images/
src/lib/ src/lib/
*.pot *.pot
POTFILES* POTFILES*
tmp/