From 68411a4da471017c447ac951166d4471ef215118 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Thu, 10 Dec 2009 23:30:04 -0500 Subject: added m4 submodule and setup git ignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f7596 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +/aclocal.m4 +/autom4te.cache +/config.h* +/config.nice +/config.status +/config.log +.libs +Makefile +/configure +/stamp-h* +*.o +*.lo +*.slo +*.la -- cgit