Re: [Qemu-devel] [PATCH] build-sys: generate .gitignore

2016-09-22 Thread Eric Blake
On 09/22/2016 03:47 PM, Marc-André Lureau wrote: >> >> # Consolidated targets >> +tests-cleanfiles = *.o >> +tests-cleanfiles = .gitignore >> +tests-cleanfiles += qht-bench$(EXESUF) Missed this on the first round: you meant to use += on the .gitignore line. Without it, you aren't excluding ANY

Re: [Qemu-devel] [PATCH] build-sys: generate .gitignore

2016-09-22 Thread Marc-André Lureau
Hi On Fri, Sep 23, 2016 at 12:38 AM Eric Blake wrote: > On 09/22/2016 03:19 PM, Marc-André Lureau wrote: > > It's too easy to forget about updating the .gitignore, so this is an > > attempt at generating it instead. > > > > Signed-off-by: Marc-André Lureau > > --- > > tests/Makefile.include |

Re: [Qemu-devel] [PATCH] build-sys: generate .gitignore

2016-09-22 Thread Eric Blake
On 09/22/2016 03:19 PM, Marc-André Lureau wrote: > It's too easy to forget about updating the .gitignore, so this is an > attempt at generating it instead. > > Signed-off-by: Marc-André Lureau > --- > tests/Makefile.include | 23 -- > tests/.gitignore | 82 > --

Re: [Qemu-devel] [PATCH] build-sys: generate .gitignore

2016-09-22 Thread Marc-André Lureau
Hi - Original Message - > It's too easy to forget about updating the .gitignore, so this is an > attempt at generating it instead. > > Signed-off-by: Marc-André Lureau I forgot to mention this is only for tests/.gitignore actually here. > --- > tests/Makefile.include | 23

[Qemu-devel] [PATCH] build-sys: generate .gitignore

2016-09-22 Thread Marc-André Lureau
It's too easy to forget about updating the .gitignore, so this is an attempt at generating it instead. Signed-off-by: Marc-André Lureau --- tests/Makefile.include | 23 -- tests/.gitignore | 82 -- 2 files changed, 20 insertions(+