* [PATCH] libnftnl: gitignore: Fix mistake in gitignore regexp
@ 2016-05-17 19:11 Carlos Falgueras García
2016-05-20 9:46 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Falgueras García @ 2016-05-17 19:11 UTC (permalink / raw)
To: netfilter-devel; +Cc: pablo
If a whole directory was ignored, files inside it will not be checked.
Reported-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Carlos Falgueras García <carlosfg@riseup.net>
---
.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libnftnl: gitignore: Fix mistake in gitignore regexp
2016-05-17 19:11 [PATCH] libnftnl: gitignore: Fix mistake in gitignore regexp Carlos Falgueras García
@ 2016-05-20 9:46 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-05-20 9:46 UTC (permalink / raw)
To: Carlos Falgueras García; +Cc: netfilter-devel
On Tue, May 17, 2016 at 09:11:39PM +0200, Carlos Falgueras García wrote:
> If a whole directory was ignored, files inside it will not be checked.
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-20 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 19:11 [PATCH] libnftnl: gitignore: Fix mistake in gitignore regexp Carlos Falgueras García
2016-05-20 9:46 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).