On Fri, 2026-02-20 at 21:28 +0100, Nicolas Chauvet wrote: > --- > diff --git a/.gitignore b/.gitignore > index 14d5f4f..051a6f3 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,2 +1 @@ > -/nvidia-settings-580.119.02.tar.gz > -/nvidia-settings-580.126.09.tar.gz > +nvidia-settings-*.tar.gz
Can we avoid deleting the versions listed in .gitignore and keep the history of the versions that were used? For example, in this diff [1], we can immediately see which versions were used over time. In this commit, that information was removed, and I don’t see any real benefit in doing so, since rfpkg automatically populates that file anyway. In short, I don’t understand why we would discard that information, as it can sometimes be quite useful. [1] https://github.com/rpmfusion/x264/compare/el9...master /x264-0.161-20210124git544c61f.tar.bz2 /x264-0.161-20210412git55d517b.tar.bz2 /x264-0.163-20210613git5db6aa6.tar.bz2 +/x264-0.164-20220602gitbaee400f.tar.bz2 +/x264-0.164-20231001git31e19f92.tar.bz2 +/x264-0.165-20250608gitb35605ac.tar.bz2 -- Sérgio M. B. _______________________________________________ rpmfusion-developers mailing list -- [email protected] To unsubscribe send an email to [email protected]
