From 0b632e08406e0f158f7bda5aa6e135b7e57b74f9 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 15 Jun 2011 22:58:16 +1000 Subject: [PATCH] Ignore intermediate build files --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cb46a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.o +.deps/ +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache +/config.h +/config.h.in +/config.log +/config.status +/configure +/stamp-h1 + +/src/trader