From: John Hodge Date: Thu, 15 Oct 2009 13:33:58 +0000 (+0800) Subject: Added the gitignore file to stop object and dependency files showing up X-Git-Tag: rel0.06~380 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=f9746c5b5197472059dd2bbf7c59e8a31a93fb81;p=tpg%2Facess2.git Added the gitignore file to stop object and dependency files showing up --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0c72fdfb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.o.* +*.d.* +*~ +*.o +*.d +*.ao +*.ao.*