Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

.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>

+1 -7
+1 -4
.gitignore
··· 11 11 # 12 12 .* 13 13 *.a 14 + *-asn1.[ch] 14 15 *.bin 15 16 *.bz2 16 17 *.c.[012]*.* ··· 131 130 132 131 # Kdevelop4 133 132 *.kdev4 134 - 135 - #Automatically generated by ASN.1 compiler 136 - net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c 137 - net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h
-1
crypto/.gitignore
··· 1 - *-asn1.[ch]
-1
crypto/asymmetric_keys/.gitignore
··· 1 - *-asn1.[ch]
-1
drivers/crypto/qat/qat_common/.gitignore
··· 1 - *-asn1.[ch]