mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
.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>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -11,6 +11,7 @@
|
|||||||
#
|
#
|
||||||
.*
|
.*
|
||||||
*.a
|
*.a
|
||||||
|
*-asn1.[ch]
|
||||||
*.bin
|
*.bin
|
||||||
*.bz2
|
*.bz2
|
||||||
*.c.[012]*.*
|
*.c.[012]*.*
|
||||||
@@ -130,7 +131,3 @@ all.config
|
|||||||
|
|
||||||
# Kdevelop4
|
# Kdevelop4
|
||||||
*.kdev4
|
*.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
|
|
||||||
|
1
crypto/.gitignore
vendored
1
crypto/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
*-asn1.[ch]
|
|
1
crypto/asymmetric_keys/.gitignore
vendored
1
crypto/asymmetric_keys/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
*-asn1.[ch]
|
|
1
drivers/crypto/qat/qat_common/.gitignore
vendored
1
drivers/crypto/qat/qat_common/.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
*-asn1.[ch]
|
|
Reference in New Issue
Block a user