Re: [PATCH 1/5] gitignore: Group patterns with and without slash

2020-04-27 Thread Daniel Kiper
On Mon, Apr 27, 2020 at 01:20:35PM +0200, Daniel Kiper wrote: > On Fri, Apr 24, 2020 at 12:43:47AM +0200, Hans Ulrich Niedermann wrote: > > Group the .gitignore patterns into two groups: > > > > * Patterns including a slash, i.e. matching only relative to the > > .gitignore file's directory.

Re: [PATCH 1/5] gitignore: Group patterns with and without slash

2020-04-27 Thread Daniel Kiper
On Fri, Apr 24, 2020 at 12:43:47AM +0200, Hans Ulrich Niedermann wrote: > Group the .gitignore patterns into two groups: > > * Patterns including a slash, i.e. matching only relative to the > .gitignore file's directory. > > * Pattern not including a slash, i.e. matching files anywhere in

[PATCH 1/5] gitignore: Group patterns with and without slash

2020-04-23 Thread Hans Ulrich Niedermann
Group the .gitignore patterns into two groups: * Patterns including a slash, i.e. matching only relative to the .gitignore file's directory. * Pattern not including a slash, i.e. matching files anywhere in the .gitignore file's directory and all of its subdirectories. Signed-off-by: