From 28ce811c6fb944970186f6dffb9616cef3d61cc0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 26 Oct 2023 16:53:25 +0000 Subject: [PATCH] .gitignore: Fix ignoring scaled images Signed-off-by: Michael Tremer --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 26411034..edf2f9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ /src/scripts/ipfire.org-webapp /src/static/favicon.ico /src/static/img/apple-touch-icon-*-precomposed.png -/src/static/img/*@*.* /src/systemd/ipfire.org-webapp-*.service /src/templates/messages/*.css /ipfire.org.conf.sample @@ -17,6 +16,7 @@ Makefile Makefile.in stamp-* +*@*.jpg *.bak *.py[co] *.tar.gz -- 2.47.3