From 1c0a63f82770b5dfdb417cb6f68b85e956caec15 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 26 Jul 2013 18:54:19 -0400 Subject: Ignore automatically generated autotools files. --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44a9dce..c01f0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ *~ -.#* \ No newline at end of file +.#* +autom4te.cache/ +build-aux/ +Makefile +Makefile.in +/configure +/env +/config.status +/config.log +/aclocal.m4 -- cgit v1.2.3