From 776d05aa5976b3ccf41cb055e1274aa883b1e49a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 27 Oct 2021 15:55:21 +0100 Subject: [PATCH] Ignore macOS recovery images, pid file and ports file --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b05d72..ca37f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +*.chunklist +*.dmg *.qcow2 +*.img *.iso *.conf *.sh @@ -6,6 +9,8 @@ *.fd *.xml *.permall +*.pid +*.ports .lock SHA* -sha* \ No newline at end of file +sha*