Re: [PATCH] .gitignore: include common build sub-directories

2020-04-14 Thread Richard Henderson
On 4/13/20 9:29 AM, Alex Bennée wrote: > As out-of-tree builds become more common (or rather building in a > subdir) we can add a lot of load to "git ls-files" as it hunts down > sub-directories that are irrelevant to the source tree. This is > especially annoying if you have a prompt that

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-14 Thread Richard Henderson
On 4/14/20 9:31 AM, Alex Bennée wrote: > Richard Henderson writes: >> My build directories are always siblings of the source directory in the >> parent >> directory. > > > It's not exactly an un-common pattern - especially if you have a lot of > build variants. Keeping them under builds makes

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-14 Thread Alex Bennée
Richard Henderson writes: > On 4/13/20 9:29 AM, Alex Bennée wrote: >> As out-of-tree builds become more common (or rather building in a >> subdir) we can add a lot of load to "git ls-files" as it hunts down >> sub-directories that are irrelevant to the source tree. This is >> especially

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-14 Thread Philippe Mathieu-Daudé
On 4/14/20 10:47 AM, Alex Bennée wrote: Markus Armbruster writes: Eric Blake writes: On 4/13/20 4:32 PM, Alex Bennée wrote: Eric Blake writes: On 4/13/20 11:29 AM, Alex Bennée wrote: As out-of-tree builds become more common (or rather building in a subdir) we can add a lot of load

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-14 Thread Alex Bennée
Markus Armbruster writes: > Eric Blake writes: > >> On 4/13/20 4:32 PM, Alex Bennée wrote: >>> >>> Eric Blake writes: >>> On 4/13/20 11:29 AM, Alex Bennée wrote: > As out-of-tree builds become more common (or rather building in a > subdir) we can add a lot of load to "git

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-14 Thread Markus Armbruster
Eric Blake writes: > On 4/13/20 4:32 PM, Alex Bennée wrote: >> >> Eric Blake writes: >> >>> On 4/13/20 11:29 AM, Alex Bennée wrote: As out-of-tree builds become more common (or rather building in a subdir) we can add a lot of load to "git ls-files" as it hunts down

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-13 Thread Philippe Mathieu-Daudé
On 4/13/20 11:42 PM, Eric Blake wrote: > On 4/13/20 4:32 PM, Alex Bennée wrote: >> >> Eric Blake writes: >> >>> On 4/13/20 11:29 AM, Alex Bennée wrote: As out-of-tree builds become more common (or rather building in a subdir) we can add a lot of load to "git ls-files" as it hunts down

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-13 Thread Eric Blake
On 4/13/20 4:32 PM, Alex Bennée wrote: Eric Blake writes: On 4/13/20 11:29 AM, Alex Bennée wrote: As out-of-tree builds become more common (or rather building in a subdir) we can add a lot of load to "git ls-files" as it hunts down sub-directories that are irrelevant to the source tree.

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-13 Thread Alex Bennée
Eric Blake writes: > On 4/13/20 11:29 AM, Alex Bennée wrote: >> As out-of-tree builds become more common (or rather building in a >> subdir) we can add a lot of load to "git ls-files" as it hunts down >> sub-directories that are irrelevant to the source tree. This is >> especially annoying if

Re: [PATCH] .gitignore: include common build sub-directories

2020-04-13 Thread Eric Blake
On 4/13/20 11:29 AM, Alex Bennée wrote: As out-of-tree builds become more common (or rather building in a subdir) we can add a lot of load to "git ls-files" as it hunts down sub-directories that are irrelevant to the source tree. This is especially annoying if you have a prompt that attempts to

[PATCH] .gitignore: include common build sub-directories

2020-04-13 Thread Alex Bennée
As out-of-tree builds become more common (or rather building in a subdir) we can add a lot of load to "git ls-files" as it hunts down sub-directories that are irrelevant to the source tree. This is especially annoying if you have a prompt that attempts to summarise the current git status on