From: Zhu Lingshan Date: Mon, 12 Feb 2018 13:45:42 +0000 (+0800) Subject: .gitignore: ignore ASN.1 auto generated files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d682026dd3c548a408415cd75882e5d081147f5b;p=linux.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 705e09913dc23..1be78fd8163bd 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