mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
build: stash away build tools and update .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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
|
||||||
|
@@ -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
|
||||||
|
2
extensions/.gitignore
vendored
2
extensions/.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
.*.cmd
|
.*.cmd
|
||||||
.*.d
|
.*.d
|
||||||
.tmp_versions
|
.tmp_versions/
|
||||||
*.ko
|
*.ko
|
||||||
*.mod.c
|
*.mod.c
|
||||||
Module.markers
|
Module.markers
|
||||||
|
Reference in New Issue
Block a user