On 4/22/24 4:22 AM, Bruno Haible 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 Unless Python creates other files in there. Collin