From ac2069c37965f4d91a03001e21ca3f1189b46d55 Mon Sep 17 00:00:00 2001 From: "Mohamed A. Said" <s29190375@gmail.com> Date: Mon, 10 Mar 2025 22:35:42 +0400 Subject: [PATCH] Update gitignore to ignore all contents of output/ and ignore all img files. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e5b49c..f0e67b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/output/ -winesapos.img \ No newline at end of file +*output/* +*.img