build: stash away build tools and update .gitignore

This commit is contained in:
Jan Engelhardt
2012-01-04 21:43:05 +01:00
parent 076610e3af
commit 54d784ffdf
3 changed files with 6 additions and 9 deletions

12
.gitignore vendored
View File

@@ -2,9 +2,9 @@
*.lo *.lo
*.loT *.loT
*.o *.o
.deps .deps/
.dirstamp .dirstamp
.libs .libs/
Makefile Makefile
Makefile.in Makefile.in
@@ -17,14 +17,10 @@ Makefile.in
/targets.man /targets.man
/aclocal.m4 /aclocal.m4
/autom4te*.cache /autom4te.cache/
/compile /build-aux/
/config.* /config.*
/configure /configure
/depcomp
/install-sh
/libtool /libtool
/ltmain.sh
/missing
/stamp-h1 /stamp-h1
/xtables-addons.8 /xtables-addons.8

View File

@@ -1,4 +1,5 @@
AC_INIT([xtables-addons], [1.40]) AC_INIT([xtables-addons], [1.40])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_PROG_INSTALL AC_PROG_INSTALL

View File

@@ -1,6 +1,6 @@
.*.cmd .*.cmd
.*.d .*.d
.tmp_versions .tmp_versions/
*.ko *.ko
*.mod.c *.mod.c
Module.markers Module.markers