From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v2] .gitignore: ignore ASN.1 auto generated files Date: Wed, 14 Feb 2018 20:53:59 +0100 Message-ID: <20180214195359.fspcer6ircbv652c@salvia> References: <20180212134542.13040-1-lszhu@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, netfilter-devel@vger.kernel.org, yamada.masahiro@socionext.com, robh@kernel.org To: Zhu Lingshan Return-path: Received: from mail.us.es ([193.147.175.20]:35302 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162994AbeBNTyE (ORCPT ); Wed, 14 Feb 2018 14:54:04 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id C4902FFB64 for ; Wed, 14 Feb 2018 20:54:02 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id B3E6BDA78A for ; Wed, 14 Feb 2018 20:54:02 +0100 (CET) Content-Disposition: inline In-Reply-To: <20180212134542.13040-1-lszhu@suse.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Feb 12, 2018 at 09:45:42PM +0800, Zhu Lingshan wrote: > when build kernel with default configure, files: > > generatenet/ipv4/netfilter/nf_nat_snmp_basic-asn1.c > net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h > > will be automatically generated by ASN.1 compiler, so > No need to track them in git, it's better to ignore them. Applied, thanks.