public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mysql-connector-python] rawhide: [enhancement] Simplify '.gitignore'
@ 2026-09-22 11:55 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-09-22 11:55 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/mysql-connector-python
            Branch : rawhide
            Commit : 483862091707fd62fdce136703f0e96852c36541
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-09-22T11:22:07+02:00
            Stats  : +2/-20 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mysql-connector-python/c/483862091707fd62fdce136703f0e96852c36541?branch=rawhide

            Log:
            [enhancement] Simplify '.gitignore'

Replace per-version tarball entries with a single '/*.tar.gz' glob.
The old list accumulated one entry per release over 14 years.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/.gitignore b/.gitignore
index afd1ae2..262457c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,3 @@
-mysql-connector-python.spec~
+*.spec~
 clog
-/mysql-connector-python-0.3.2-devel.tar.gz
-/mysql-connector-python-1.0.5.tar.gz
-/mysql-connector-python-1.0.6b1-nodocs.tar.bz2
-/mysql-connector-python-1.0.6b2-nodocs.tar.bz2
-/mysql-connector-python-1.0.7-nodocs.tar.bz2
-/mysql-connector-python-1.0.8-nodocs.tar.bz2
-/mysql-connector-python-1.0.9-nodocs.tar.bz2
-/mysql-connector-python-1.0.10.tar.gz
-/mysql-connector-python-1.0.11.tar.gz
-/mysql-connector-python-1.0.12.tar.gz
-/mysql-connector-python-1.1.4.tar.gz
-/mysql-connector-python-1.1.5.tar.gz
-/mysql-connector-python-1.1.6.tar.gz
-/mysql-connector-python-8.0.16.tar.gz
-/mysql-connector-python-8.0.19.tar.gz
-/mysql-connector-python-8.0.20.tar.gz
-/mysql-connector-python-8.0.21.tar.gz
-/mysql-connector-python-8.0.33-src.tar.gz
-/mysql-connector-python-8.0.33-src-without-fonts.tar.gz
+/*.tar.gz

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

only message in thread, other threads:[~2026-09-22 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 11:55 [rpms/mysql-connector-python] rawhide: [enhancement] Simplify '.gitignore' Michal Schorm

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