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