diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-20 10:33:27 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-20 10:33:27 +0000 |
commit | 4d35cc2ff0589e786b0194b9cfdf3aa7b01f6b29 (patch) | |
tree | d9b6c7aaf8b3f00a11f5538901d4ea76ee805e11 /daemon | |
parent | a216a8adaaf99021ec2f9b6c3eb2c4074252bbb4 (diff) | |
download | libguestfs-4d35cc2ff0589e786b0194b9cfdf3aa7b01f6b29.tar.gz libguestfs-4d35cc2ff0589e786b0194b9cfdf3aa7b01f6b29.tar.xz libguestfs-4d35cc2ff0589e786b0194b9cfdf3aa7b01f6b29.zip |
daemon/Win32: Ignore mingw32-config.cache.
The Fedora Windows cross-compiler 'mingw32-configure' script always
uses a configure cache. Ignore that file.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/.gitignore b/daemon/.gitignore index 6a67b90a..9752ad02 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 |