On 10/16/19 10:08 AM, Daniel P. Berrangé wrote:
On Wed, Oct 16, 2019 at 08:54:26AM -0400, John Ferlan wrote:
> Recent changes moved some files to build-aux and created at least
> one more.
Really ? I wasn't aware that we'd moved the files listed in
this change.
Well that's where they now show up... I dunno. I had to clean my
environment more than once due to recent changes and these files now
show up in the noted/changed locations. I also use a clean environment
for my coverity builds every day and this is where they show up.
If that's not right, then maybe someone else can figure out why - I was
just going for the "clean" look of/for git status. If I need to change
the commit message that works too. I didn't think too long about it.
John
>
> Signed-off-by: John Ferlan <jferlan(a)redhat.com>
> ---
> .gitignore | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 85ead5c907..30610a37c9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -43,20 +43,22 @@
> /autom4te.cache
> /build-aux/.gitignore
> /build-aux/compile
> +/build-aux/config.guess
> +/build-aux/config.sub
> /build-aux/depcomp
> +/build-aux/install-sh
> +/build-aux/ltmain.sh
> /build-aux/missing
> /build-aux/test-driver
> /build/
> /ci/scratch/
> /confdefs.h
> /config.cache
> -/config.guess
> /config.h
> /config.h.in
> /config.log
> /config.rpath
> /config.status
> -/config.sub
> /configure
> /configure.lineno
> /conftest.*
> @@ -96,7 +98,6 @@
> /libvirt*.pc
> /libvirt.spec
> /ltconfig
> -/ltmain.sh
> /m4/*
> /mingw-libvirt.spec
> /mkinstalldirs
> --
> 2.20.1
>
> --
> libvir-list mailing list
> libvir-list(a)redhat.com
>
https://www.redhat.com/mailman/listinfo/libvir-list
Regards,
Daniel