From: Zhu Lingshan Date: Mon, 12 Feb 2018 13:45:42 +0000 (+0800) Subject: .gitignore: ignore ASN.1 auto generated files X-Git-Tag: v4.16-rc3~8^2~18^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d682026dd3c548a408415cd75882e5d081147f5b;p=users%2Fjedix%2Flinux-maple.git .gitignore: ignore ASN.1 auto generated files 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 Signed-off-by: Pablo Neira Ayuso --- 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