From c041d3813ff04d45677463a39d4f9e206be5676b Mon Sep 17 00:00:00 2001 From: Martyn Russell Date: Tue, 13 Aug 2013 07:28:43 -0700 Subject: Initial commit --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc5e847 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# http://www.gnu.org/software/automake + +Makefile.in + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing -- cgit v1.2.1