From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pablo M. Bermudo Garay" Subject: [PATCH nft] update gitignore Date: Wed, 24 Jan 2018 11:09:43 +0100 Message-ID: <20180124100943.1142-1-pablombg@gmail.com> Cc: "Pablo M. Bermudo Garay" To: netfilter-devel@vger.kernel.org Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:43485 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932833AbeAXKLr (ORCPT ); Wed, 24 Jan 2018 05:11:47 -0500 Received: by mail-wm0-f65.google.com with SMTP id g1so7331819wmg.2 for ; Wed, 24 Jan 2018 02:11:46 -0800 (PST) Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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 --- .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