From 7a58ca4d1d362dc3338559b698cb0a8637799da2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 10 Jan 2017 08:39:54 -0800 Subject: *: update gitignore to include autoconf output As this stuff is all generated we don't want to ever check it in... --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 8a353c1..d172035 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.[oa] *.swp +*.in Makefile .deps/ config.log @@ -9,3 +10,12 @@ TAGS tags autom4te.cache/ *.tar.gz +aclocal.m4 +ar-lib +compile +config.guess +config.sub +configure +depcomp +install-sh +missing -- cgit v1.2.3