[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU gnulib: calling for beta-testers
From: |
Bruno Haible |
Subject: |
Re: GNU gnulib: calling for beta-testers |
Date: |
Mon, 22 Apr 2024 22:56:04 +0200 |
Collin Funk wrote:
> > The first workaround should fix trouble similar to what we regularly
> > see with 'autom4te.cache': Unnecessary difference while comparing source
> > trees, unnecessary "git status" noise. Clutter.
>
> I don't think the Python stuff should clutter 'git status' atleast.
>
> $ cat pygnulib/.gitignore
> *.pyc
OK, good. So, it would not have produced unnecessary "git status" noise.
Still, it showed up during recursive diff. My first workaround fixes that.
Bruno