028dd2b build: ignore cygwin toolchain droppings

Authored and Committed by ericb 10 years ago
1 file changed. 1 lines added. 0 lines removed.
    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>
    
        
file modified
+1 -0