From 295bea21d0c91c46c484922da4d85801c3be889e Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 11 Feb 2014 23:03:46 -0500 Subject: [PATCH] Ignore and cleanup a few more files that automake creates. --- .gitignore | 1 + Makefile.am | 1 + config.h.in | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4644691..d3e748e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /autom4te.cache /config.guess /json_config.h +/compile /config.h /config.log /config.status diff --git a/Makefile.am b/Makefile.am index 8f76acb..d85d776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ libjson_c_la_SOURCES = \ distclean-local: -rm -rf $(testsubdir) -rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing + -rm -f INSTALL test-driver tests/Makefile.in compile maintainer-clean-local: -rm -rf configure diff --git a/config.h.in b/config.h.in index a912bb0..e59a5a3 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if .gnu.warning accepts long strings. */ #undef HAS_GNU_WARNING_LONG -- 2.50.0