From 2a9eadaee0312b83a01c270971d1d2fe340a0d96 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Wed, 22 Feb 2023 22:41:52 +0000 Subject: [PATCH] Ignore qcow2 files (QEMU disk images) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b214c4f..46731c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ result* +*.qcow2 .pre-commit-config.yaml .direnv __pycache__