From: José Fonseca Date: Mon, 4 May 2009 10:05:25 +0000 (+0100) Subject: Ignore MinGW output files. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4761d936a10ce909c057a285aafe03504668b22b;p=apitrace Ignore MinGW output files. --- diff --git a/.gitignore b/.gitignore index b7bff91..9df1b81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .*.sw? .scon* *~ +*.a *.bz2 *.dll *.exe @@ -8,6 +9,7 @@ *.gz *.ilk *.lib +*.o *.obj *.pdb *.pyc