Skip to content

Commit 9ce285c

Browse files
committed
.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 <[email protected]>
1 parent a7f9241 commit 9ce285c

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#
1212
.*
1313
*.a
14+
*-asn1.[ch]
1415
*.bin
1516
*.bz2
1617
*.c.[012]*.*
@@ -130,7 +131,3 @@ all.config
130131

131132
# Kdevelop4
132133
*.kdev4
133-
134-
#Automatically generated by ASN.1 compiler
135-
net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
136-
net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h

crypto/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

crypto/asymmetric_keys/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

drivers/crypto/qat/qat_common/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)