From 973cb947624a57e85d34e8a74d58e1f42697959d Mon Sep 17 00:00:00 2001 From: David Carley Date: Mon, 5 Sep 2022 09:52:06 +0000 Subject: [PATCH] Ignore various disk image file extensions. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e344105..7ee3a22 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ __pycache__ *.egg-info /upload /*.img +/*.img.xz +/*.img.gzip +/*.img.bz2 *.so *.deb *.zip