From f9746c5b5197472059dd2bbf7c59e8a31a93fb81 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 15 Oct 2009 21:33:58 +0800 Subject: [PATCH] Added the gitignore file to stop object and dependency files showing up --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore 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.* -- 2.20.1