]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: ignore cygwin toolchain droppings
authorEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 19:56:06 +0000 (12:56 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 19:59:50 +0000 (12:59 -0700)
The cygwin compiler automatically creates a '*.exe.manifest'
companion file for any .exe file that contains a substring
that would otherwise cause newer Windows to pester users about
needing admin rights (such as "update", "instal", "setup"...).
This means that compilation on cygwin left behind
tests/networkxml2xmlupdatetest.exe.manifest.

* .gitignore: Ignore manifest files.

Signed-off-by: Eric Blake <eblake@redhat.com>
.gitignore

index 69c81dfd1e5c49a5a733d45ff3b75e92f38e591d..1b063e1890fc69046b11f9d386df96024b4a163d 100644 (file)
@@ -3,6 +3,7 @@
 *.a
 *.cov
 *.exe
+*.exe.manifest
 *.gcda
 *.gcno
 *.gcov