From cee57282cbb136b433a1493bb58603511f9f34b5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 25 Aug 2024 00:45:46 +0100 Subject: [PATCH] Ignore png images in resources dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8026cb3..64a2e1f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ compile_commands.json tiny *.pam +resources/*.png