[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch] .gitignore TAGS and tags
From: |
Mike Jonkmans |
Subject: |
Re: [Patch] .gitignore TAGS and tags |
Date: |
Mon, 15 Mar 2021 20:57:16 +0100 |
On Mon, Mar 15, 2021 at 11:23:46AM -0400, Chet Ramey wrote:
> On 3/15/21 3:29 AM, Mike Jonkmans wrote:
> > I assume that the TAGS and tags files will not go into the repo.
>
> Why not? This is only the devel branch; they don't go into releases.
Adding tags/TAGS to the repo would increase its size for almost no use.
Creating the tags file takes less than a second.
Drawback of not having these in the repo and not in .gitignore
is that a 'git status' complains about untracked files.
Regards, Mike Jonkmans