From 60ad2e781ad14a04b5d8ac3c1736e29ef3f24127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Falgueras=20Garc=C3=ADa?= Date: Tue, 17 May 2016 21:11:39 +0200 Subject: libnftnl: gitignore: Fix mistake in gitignore regexp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If a whole directory was ignored, files inside it will not be checked. Fixes: f3d37ef ("libnftnl: Add to .gitignore all auto-generated files") Reported-by: Pablo Neira Ayuso Signed-off-by: Carlos Falgueras GarcĂ­a Signed-off-by: Pablo Neira Ayuso --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3