Re: [PATCH] Simplify the .gitignore file

2020-09-09 Thread Thomas Huth
On 08/09/2020 14.50, Eric Blake wrote: > On 9/7/20 12:42 PM, Thomas Huth wrote: >> Now that we always do out-of-tree builds (and the in-tree builds are >> faked via a "build" directory), we can simplify out .gitignore file > > s/out/our/ > >> quite a bit. >> >> Signed-off-by: Thomas Huth >> ---

Re: [PATCH] Simplify the .gitignore file

2020-09-09 Thread Markus Armbruster
Thomas Huth writes: > On 07/09/2020 21.43, Philippe Mathieu-Daudé wrote: >> On 9/7/20 7:42 PM, Thomas Huth wrote: >>> Now that we always do out-of-tree builds (and the in-tree builds are >>> faked via a "build" directory), we can simplify out .gitignore file >>> quite a bit. >>> >>> Signed-off-by

Re: [PATCH] Simplify the .gitignore file

2020-09-08 Thread Philippe Mathieu-Daudé
On 9/8/20 4:41 PM, Thomas Huth wrote: > On 07/09/2020 21.43, Philippe Mathieu-Daudé wrote: >> On 9/7/20 7:42 PM, Thomas Huth wrote: >>> Now that we always do out-of-tree builds (and the in-tree builds are >>> faked via a "build" directory), we can simplify out .gitignore file >>> quite a bit. >>> >

Re: [PATCH] Simplify the .gitignore file

2020-09-08 Thread Thomas Huth
On 08/09/2020 16.41, Thomas Huth wrote: > On 07/09/2020 21.43, Philippe Mathieu-Daudé wrote: >> On 9/7/20 7:42 PM, Thomas Huth wrote: >>> Now that we always do out-of-tree builds (and the in-tree builds are >>> faked via a "build" directory), we can simplify out .gitignore file >>> quite a bit. >>>

Re: [PATCH] Simplify the .gitignore file

2020-09-08 Thread Thomas Huth
On 07/09/2020 21.43, Philippe Mathieu-Daudé wrote: > On 9/7/20 7:42 PM, Thomas Huth wrote: >> Now that we always do out-of-tree builds (and the in-tree builds are >> faked via a "build" directory), we can simplify out .gitignore file >> quite a bit. >> >> Signed-off-by: Thomas Huth >> --- >> .git

Re: [PATCH] Simplify the .gitignore file

2020-09-08 Thread Eric Blake
On 9/7/20 12:42 PM, Thomas Huth wrote: Now that we always do out-of-tree builds (and the in-tree builds are faked via a "build" directory), we can simplify out .gitignore file s/out/our/ quite a bit. Signed-off-by: Thomas Huth --- .gitignore | 158 -

Re: [PATCH] Simplify the .gitignore file

2020-09-07 Thread Philippe Mathieu-Daudé
On 9/7/20 7:42 PM, Thomas Huth wrote: > Now that we always do out-of-tree builds (and the in-tree builds are > faked via a "build" directory), we can simplify out .gitignore file > quite a bit. > > Signed-off-by: Thomas Huth > --- > .gitignore | 158 --

[PATCH] Simplify the .gitignore file

2020-09-07 Thread Thomas Huth
Now that we always do out-of-tree builds (and the in-tree builds are faked via a "build" directory), we can simplify out .gitignore file quite a bit. Signed-off-by: Thomas Huth --- .gitignore | 158 - 1 file changed, 158 deletions(-) diff --gi