public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/podman] f45: Add missing tarball to gitignore and prevent future accidents
@ 2026-08-24 13:11 Lokesh Mandvekar
  0 siblings, 0 replies; only message in thread
From: Lokesh Mandvekar @ 2026-08-24 13:11 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-24 13:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 13:11 [rpms/podman] f45: Add missing tarball to gitignore and prevent future accidents Lokesh Mandvekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox