From: Michael Tremer Date: Wed, 18 Feb 2026 17:32:16 +0000 (+0000) Subject: .gitignore: Add *.tar.gz X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=people%2Fric9%2Ftalks.git .gitignore: Add *.tar.gz We don't want to add the source tarballs. Signed-off-by: Michael Tremer --- diff --git a/.gitignore b/.gitignore index 9fc7fc6..5e313ed 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /configure /configure~ .DS_Store +*.tar.gz