aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-23 09:04:35 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-07 06:04:02 -0400
commit9ce285cfe3602d71485ac9582ebb8034e485a33c (patch)
tree2b7cc2753566544251bb01cac1820c2fd7d98eb3
parenta7f924190924783d3e291624c4f0c3f51481ae2c (diff)
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
These are common patterns where source files are parsed by the asn1_compiler. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--.gitignore5
-rw-r--r--crypto/.gitignore1
-rw-r--r--crypto/asymmetric_keys/.gitignore1
-rw-r--r--drivers/crypto/qat/qat_common/.gitignore1
4 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 1e82be162e6f..a7fef349e319 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
11# 11#
12.* 12.*
13*.a 13*.a
14*-asn1.[ch]
14*.bin 15*.bin
15*.bz2 16*.bz2
16*.c.[012]*.* 17*.c.[012]*.*
@@ -130,7 +131,3 @@ all.config
130 131
131# Kdevelop4 132# Kdevelop4
132*.kdev4 133*.kdev4
133
134#Automatically generated by ASN.1 compiler
135net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
136net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h
diff --git a/crypto/.gitignore b/crypto/.gitignore
deleted file mode 100644
index ee328374dba8..000000000000
--- a/crypto/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
1*-asn1.[ch]
diff --git a/crypto/asymmetric_keys/.gitignore b/crypto/asymmetric_keys/.gitignore
deleted file mode 100644
index ee328374dba8..000000000000
--- a/crypto/asymmetric_keys/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
1*-asn1.[ch]
diff --git a/drivers/crypto/qat/qat_common/.gitignore b/drivers/crypto/qat/qat_common/.gitignore
deleted file mode 100644
index ee328374dba8..000000000000
--- a/drivers/crypto/qat/qat_common/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
1*-asn1.[ch]