Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-09-06 Thread Jan Beulich
On 05.09.2020 07:17, Elliott Mitchell wrote: > On Tue, Sep 01, 2020 at 08:01:30AM +0200, Jan Beulich wrote: >> I'm aware, and hence I said "aim for". In cases like this what we >> often do is adjust things incrementally, as lines get touched anyway. >> Of course if you want to clean it up all in on

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-09-04 Thread Elliott Mitchell
On Tue, Sep 01, 2020 at 08:01:30AM +0200, Jan Beulich wrote: > I'm aware, and hence I said "aim for". In cases like this what we > often do is adjust things incrementally, as lines get touched anyway. > Of course if you want to clean it up all in one go ... What I've got has turned into a patch se

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-31 Thread Elliott Mitchell
On Tue, Sep 01, 2020 at 08:01:30AM +0200, Jan Beulich wrote: > On 01.09.2020 00:55, Elliott Mitchell wrote: > > On Mon, Aug 31, 2020 at 08:52:45AM +0200, Jan Beulich wrote: > >> On 31.08.2020 08:37, Elliott Mitchell wrote: > >>> Preferences in sorting? > >> > >> Alphabetical sorting is what we gene

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-31 Thread Jan Beulich
On 01.09.2020 00:55, Elliott Mitchell wrote: > On Mon, Aug 31, 2020 at 08:52:45AM +0200, Jan Beulich wrote: >> On 31.08.2020 08:37, Elliott Mitchell wrote: >>> Preferences in sorting? >> >> Alphabetical sorting is what we generally aim for here. > > Going into specific example since those best dem

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-31 Thread Elliott Mitchell
On Mon, Aug 31, 2020 at 10:04:54AM +, George Dunlap wrote: > > Storing the extra paragraph in git is cheap; trying to reconstruct why > someone made a change 10 years after the fact is often difficult. Probably > not worth a re-send ??? it can be moved into the commit message by the > comm

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-31 Thread George Dunlap
> On Aug 31, 2020, at 7:37 AM, Elliott Mitchell wrote: > > On Fri, Aug 28, 2020 at 09:24:41AM +0200, Jan Beulich wrote: >> On 28.08.2020 04:57, Elliott Mitchell wrote: >>> Subdirectories which have .gitignore files should not be referenced in >>> the global .gitignore files. Move several lines

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-30 Thread Jan Beulich
On 31.08.2020 08:37, Elliott Mitchell wrote: > On Fri, Aug 28, 2020 at 09:24:41AM +0200, Jan Beulich wrote: >> On 28.08.2020 04:57, Elliott Mitchell wrote: >>> Subdirectories which have .gitignore files should not be referenced in >>> the global .gitignore files. Move several lines to appropriate

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-30 Thread Elliott Mitchell
On Fri, Aug 28, 2020 at 09:24:41AM +0200, Jan Beulich wrote: > On 28.08.2020 04:57, Elliott Mitchell wrote: > > Subdirectories which have .gitignore files should not be referenced in > > the global .gitignore files. Move several lines to appropriate subdirs. > > > > Signed-off-by: Elliott Mitchel

Re: [PATCH] gitignore: Move ignores from global to subdirectories

2020-08-28 Thread Jan Beulich
On 28.08.2020 04:57, Elliott Mitchell wrote: > Subdirectories which have .gitignore files should not be referenced in > the global .gitignore files. Move several lines to appropriate subdirs. > > Signed-off-by: Elliott Mitchell > > --- > Hopefully the commit message covers it. When moved to th

[PATCH] gitignore: Move ignores from global to subdirectories

2020-08-27 Thread Elliott Mitchell
Subdirectories which have .gitignore files should not be referenced in the global .gitignore files. Move several lines to appropriate subdirs. Signed-off-by: Elliott Mitchell --- Hopefully the commit message covers it. When moved to the subdirectories I'm using "./" as otherwise any file shari