Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- .gitignore | 19 +++++++++++++++++++ m4/.gitignore | 2 ++ utils/.gitignore | 1 + 3 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 m4/.gitignore create mode 100644 utils/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f5ca1f --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +.deps +.libs +Makefile +Makefile.in +*.o +*.la +*.lo + +/aclocal.m4 +/autom4te.cache +/config.* +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing + +/*.pc diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..64d9bbc --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +/libtool.m4 +/lt*.m4 diff --git a/utils/.gitignore b/utils/.gitignore new file mode 100644 index 0000000..ddd4de3 --- /dev/null +++ b/utils/.gitignore @@ -0,0 +1 @@ +/iftest -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html