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
*.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

View 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

View File

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