From: John Hodge Date: Sun, 13 Feb 2011 04:24:07 +0000 (+0800) Subject: Fixed gitignore to skip x86_64 objects X-Git-Tag: rel0.07~8 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=4e2c9cd7e66dc4df46c89981ac26cce5e247ad80;p=tpg%2Facess2.git Fixed gitignore to skip x86_64 objects --- diff --git a/.gitignore b/.gitignore index 2491a497..314db8ee 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.so.* *.i486 *.i386 +*.x86_64 *.bin *.dsm *.dmp