]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commit028dd2b81e2c2599b9db1aac9b28ef1c82b28cdb
treee395bc5a909776e58dad9ca5a2c13cab22458a07
parent0e55eb0460f8f712abf4740a33e3b60e308c0f28
build: ignore cygwin toolchain droppings

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