From: Eric Blake Date: Wed, 26 Feb 2014 19:56:06 +0000 (-0700) Subject: build: ignore cygwin toolchain droppings X-Git-Tag: v1.2.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028dd2b81e2c2599b9db1aac9b28ef1c82b28cdb;p=thirdparty%2Flibvirt.git 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 --- diff --git a/.gitignore b/.gitignore index 69c81dfd1e..1b063e1890 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.a *.cov *.exe +*.exe.manifest *.gcda *.gcno *.gcov