lkml.org 
[lkml]   [2018]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] .gitignore: ignore ANS.1 auto generated files
From
Date
cc Masahiro and Rob

Thanks,
BR
Zhu Lingshan

On 2018/2/11 17:55, 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.
>
> Signed-off-by: Zhu Lingshan <lszhu@suse.com>
> ---
> .gitignore | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 705e09913dc2..1be78fd8163b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -127,3 +127,7 @@ all.config
>
> # Kdevelop4
> *.kdev4
> +
> +#Automatically generated by ASN.1 compiler
> +net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
> +net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h

\
 
 \ /
  Last update: 2018-02-12 05:23    [W:0.040 / U:1.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site