Browse Source

.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>
Masahiro Yamada 7 years ago
parent
commit
9ce285cfe3
4 changed files with 1 additions and 7 deletions
  1. 1 4
      .gitignore
  2. 0 1
      crypto/.gitignore
  3. 0 1
      crypto/asymmetric_keys/.gitignore
  4. 0 1
      drivers/crypto/qat/qat_common/.gitignore

+ 1 - 4
.gitignore

@@ -11,6 +11,7 @@
 #
 .*
 *.a
+*-asn1.[ch]
 *.bin
 *.bz2
 *.c.[012]*.*
@@ -130,7 +131,3 @@ 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

+ 0 - 1
crypto/.gitignore

@@ -1 +0,0 @@
-*-asn1.[ch]

+ 0 - 1
crypto/asymmetric_keys/.gitignore

@@ -1 +0,0 @@
-*-asn1.[ch]

+ 0 - 1
drivers/crypto/qat/qat_common/.gitignore

@@ -1 +0,0 @@
-*-asn1.[ch]