If a whole directory was ignored, files inside it will not be checked. Reported-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Signed-off-by: Carlos Falgueras García <carlosfg@xxxxxxxxxx> --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d6ebf4..1650e58 100644 --- a/.gitignore +++ b/.gitignore @@ -23,9 +23,9 @@ doxygen.cfg # Debian package build temporary files build-stamp -examples/ +examples/* !examples/*.c !examples/Makefile.am -tests/ +tests/* !tests/*.c !tests/Makefile.am -- 2.8.2 -- 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