[libvirt] [PATCH] build: ignore cygwin toolchain droppings

Eric Blake eblake at redhat.com
Wed Feb 26 19:59:43 UTC 2014


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 at redhat.com>
---

Pushing under the trivial rule.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 69c81df..1b063e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.a
 *.cov
 *.exe
+*.exe.manifest
 *.gcda
 *.gcno
 *.gcov
-- 
1.8.5.3




More information about the libvir-list mailing list