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>
This commit is contained in:
Eric Blake 2014-02-26 12:56:06 -07:00
parent 0e55eb0460
commit 028dd2b81e

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.a
*.cov
*.exe
*.exe.manifest
*.gcda
*.gcno
*.gcov