Only ignore these paths if they are a directory. --- .gitignore | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 444c4b3..7de29d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.deps -.libs +.deps/ +.libs/ Makefile Makefile.in *.o @@ -7,7 +7,7 @@ Makefile.in *.lo /aclocal.m4 -/autom4te.cache +/autom4te.cache/ /config.* /configure /depcomp -- 1.7.3.4 -- 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