All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nft] update gitignore
@ 2018-01-24 10:09 Pablo M. Bermudo Garay
  2018-01-25 19:34 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo M. Bermudo Garay @ 2018-01-24 10:09 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo M. Bermudo Garay

Add new internal libraries generated since [1] to the .gitignore file.

[1]: 0b3ccd27e12d ("build: Restore per object CFLAGS")

Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 64af328..f4b767a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,8 @@ depcomp
 ylwrap
 src/parser_bison.c
 src/parser_bison.h
+libparser.la
+libminigmp.la
 
 # Generated by tests
 *.payload.got
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH nft] update gitignore
  2018-01-24 10:09 [PATCH nft] update gitignore Pablo M. Bermudo Garay
@ 2018-01-25 19:34 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2018-01-25 19:34 UTC (permalink / raw)
  To: Pablo M. Bermudo Garay; +Cc: netfilter-devel

On Wed, Jan 24, 2018 at 11:09:43AM +0100, Pablo M. Bermudo Garay wrote:
> Add new internal libraries generated since [1] to the .gitignore file.
> 
> [1]: 0b3ccd27e12d ("build: Restore per object CFLAGS")

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-25 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24 10:09 [PATCH nft] update gitignore Pablo M. Bermudo Garay
2018-01-25 19:34 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.