netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libnftnl: Add to .gitignore all auto-generated files when a "make check" is done
@ 2016-05-16 12:39 Carlos Falgueras García
  2016-05-17 10:29 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Falgueras García @ 2016-05-16 12:39 UTC (permalink / raw)
  To: netfilter-devel; +Cc: pablo, kaber

It ignores files inside "test/" and "examples/" except all c code (*.c) and the
"Makefile.am"

Signed-off-by: Carlos Falgueras García <carlosfg@riseup.net>
---
 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5fada45..0d11936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,11 @@ doxygen.cfg
 
 # Debian package build temporary files
 build-stamp
+
+# test and examples
+examples/
+!examples/*.c
+!examples/Makefile.am
+tests/
+!tests/*.c
+!tests/Makefile.am
-- 
2.8.0

--
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: Add to .gitignore all auto-generated files when a "make check" is done
  2016-05-16 12:39 [PATCH] libnftnl: Add to .gitignore all auto-generated files when a "make check" is done Carlos Falgueras García
@ 2016-05-17 10:29 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-05-17 10:29 UTC (permalink / raw)
  To: Carlos Falgueras García; +Cc: netfilter-devel, kaber

On Mon, May 16, 2016 at 02:39:01PM +0200, Carlos Falgueras García wrote:
> It ignores files inside "test/" and "examples/" except all c code (*.c) and the
> "Makefile.am"

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-17 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 12:39 [PATCH] libnftnl: Add to .gitignore all auto-generated files when a "make check" is done Carlos Falgueras García
2016-05-17 10:29 ` 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).