[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU gnulib: calling for beta-testers
From: |
Collin Funk |
Subject: |
Re: GNU gnulib: calling for beta-testers |
Date: |
Mon, 22 Apr 2024 13:00:35 -0700 |
User-agent: |
Mozilla Thunderbird |
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