--- .gitignore | 20 ++++++++++++++++++++ utils/.gitignore | 2 ++ 2 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 utils/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9550f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.deps +.libs +Makefile +Makefile.in +*.o +*.la +*.lo + +/aclocal.m4 +/autom4te.cache +/config.* +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing + +/doxygen.cfg +/*.pc diff --git a/utils/.gitignore b/utils/.gitignore new file mode 100644 index 0000000..64e4588 --- /dev/null +++ b/utils/.gitignore @@ -0,0 +1,2 @@ +/nfulnl_test +/ulog_test -- 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