Thread (21 messages) flat view 21 messages, 2 authors, 2018-02-21
STALE3123d

Revision v1 of 4 in this series.

Revisions (4)
  1. v1 current
  2. v1 [diff vs current]
  3. v1 [diff vs current]
  4. v1 [diff vs current]

[PATCH 15/19] .gitignore: ignore ASN.1 auto generated files

From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2018-02-20 16:39:27
Subsystem: the rest · Maintainer: Linus Torvalds

From: Zhu Lingshan <redacted>

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 <redacted>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 .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
-- 
2.11.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help