[Libguestfs] [PATCH 1/6] daemon/Win32: Ignore mingw32-config.cache.

Jim Meyering jim at meyering.net
Fri Nov 20 11:24:03 UTC 2009


Richard W.M. Jones wrote:
> Subject: [PATCH 1/6] daemon/Win32: Ignore mingw32-config.cache.
>
> The Fedora Windows cross-compiler 'mingw32-configure' script always
> uses a configure cache.  Ignore that file.
> ---
>  daemon/.gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/daemon/.gitignore b/daemon/.gitignore
> index 6a67b90..9752ad0 100644
> --- a/daemon/.gitignore
> +++ b/daemon/.gitignore
> @@ -71,4 +71,5 @@ m4/wint_t.m4
>  m4/xalloc.m4
>  m4/xgetcwd.m4
>  m4/xstrndup.m4
> +mingw32-config.cache
>  tests

ACK, of course.




More information about the Libguestfs mailing list