public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lokesh Mandvekar <lsm5@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/podman] f45: Add missing tarball to gitignore and prevent future accidents
Date: Mon, 24 Aug 2026 13:11:48 GMT [thread overview]
Message-ID: <178757710894.1.6528146086520119622.rpms-podman-024bb2669703@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/podman
Branch : f45
Commit : 024bb2669703937914e0af5500049ee997ee7987
Author : Lokesh Mandvekar <lsm5@redhat.com>
Date : 2026-08-24T09:11:34-04:00
Stats : +7/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/podman/c/024bb2669703937914e0af5500049ee997ee7987?branch=f45
Log:
Add missing tarball to gitignore and prevent future accidents
The v6.1.0-rc1.tar.gz tarball was not added to .gitignore in commit
b41c4e1d6f, which resulted in it being accidentally committed in PR 323.
This commit adds the missing entry and also adds wildcard patterns for
all source tarball formats to prevent this issue from happening again.
(cherry picked from commit 63885f3f1640d5e6b701c6bd629a985ada15f670)
---
diff --git a/.gitignore b/.gitignore
index 0cb35d7..e5f0cc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1903,3 +1903,10 @@
/v6.0.1.tar.gz
/v6.0.2.tar.gz
/v6.1.0.tar.gz
+/v6.1.0-rc1.tar.gz
+# Wildcard patterns for source tarballs (added to prevent future git accidents)
+/*.tar.gz
+/*.tar.bz2
+/*.tar.xz
+/*.tgz
+/*.zip
diff --git a/v6.1.0-rc1.tar.gz b/v6.1.0-rc1.tar.gz
deleted file mode 100644
index e97bb74..0000000
Binary files a/v6.1.0-rc1.tar.gz and /dev/null differ
reply other threads:[~2026-08-24 13:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178757710894.1.6528146086520119622.rpms-podman-024bb2669703@fedoraproject.org \
--to=lsm5@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox