]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: stash away build tools and update .gitignore
authorJan Engelhardt <jengelh@medozas.de>
Wed, 4 Jan 2012 20:43:05 +0000 (21:43 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Wed, 4 Jan 2012 20:45:45 +0000 (21:45 +0100)
.gitignore
configure.ac
extensions/.gitignore

index e7a2d63a5d3fe0ff1be01faa2e91a84448dd4c6f..e55656a33185594b22044e155462285a2570dba4 100644 (file)
@@ -2,9 +2,9 @@
 *.lo
 *.loT
 *.o
-.deps
+.deps/
 .dirstamp
-.libs
+.libs/
 Makefile
 Makefile.in
 
@@ -17,14 +17,10 @@ Makefile.in
 /targets.man
 
 /aclocal.m4
-/autom4te*.cache
-/compile
+/autom4te.cache/
+/build-aux/
 /config.*
 /configure
-/depcomp
-/install-sh
 /libtool
-/ltmain.sh
-/missing
 /stamp-h1
 /xtables-addons.8
index a8512860930854feddb2202342b163db130d4942..c39304e19d9f77090b106f50aefd9d00f6baa3ba 100644 (file)
@@ -1,4 +1,5 @@
 AC_INIT([xtables-addons], [1.40])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_INSTALL
index 9404ffd4007f7bb10664804f4c79c662998a27da..3c2e675b96b33dad71387984b7a1be3ce336aef8 100644 (file)
@@ -1,6 +1,6 @@
 .*.cmd
 .*.d
-.tmp_versions
+.tmp_versions/
 *.ko
 *.mod.c
 Module.markers