From 6ff3b7d6bcf2ba78b5d2c70ff3f6a5076e5837e5 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 13 Sep 2021 18:38:32 +0200 Subject: [PATCH] .gitignore: add tmp directory Include to tmp/ directory to be ignored, it usually contains temporary vm-run images. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3eaef89..7e82360 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ test/images/ src/lib/ *.pot POTFILES* +tmp/