Browse Source

Ignore and cleanup a few more files that automake creates.

tags/json-c-0.12-20140410
Eric Haszlakiewicz 11 years ago
parent
commit
295bea21d0
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -0
      Makefile.am
  3. +1
    -1
      config.h.in

+ 1
- 0
.gitignore View File

@@ -7,6 +7,7 @@
/autom4te.cache /autom4te.cache
/config.guess /config.guess
/json_config.h /json_config.h
/compile
/config.h /config.h
/config.log /config.log
/config.status /config.status


+ 1
- 0
Makefile.am View File

@@ -47,6 +47,7 @@ libjson_c_la_SOURCES = \
distclean-local: distclean-local:
-rm -rf $(testsubdir) -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 -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: maintainer-clean-local:
-rm -rf configure -rm -rf configure


+ 1
- 1
config.h.in View File

@@ -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. */ /* Define if .gnu.warning accepts long strings. */
#undef HAS_GNU_WARNING_LONG #undef HAS_GNU_WARNING_LONG


Loading…
Cancel
Save