From: Michael Tremer Date: Thu, 26 Oct 2023 16:53:25 +0000 (+0000) Subject: .gitignore: Fix ignoring scaled images X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28ce811c6fb944970186f6dffb9616cef3d61cc0;p=ipfire.org.git .gitignore: Fix ignoring scaled images Signed-off-by: Michael Tremer --- 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