Skip to content

Commit

Permalink
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Browse files Browse the repository at this point in the history
These are common patterns where source files are parsed by the
asn1_compiler.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Apr 7, 2018
1 parent a7f9241 commit 9ce285c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#
.*
*.a
*-asn1.[ch]
*.bin
*.bz2
*.c.[012]*.*
Expand Down Expand Up @@ -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
1 change: 0 additions & 1 deletion crypto/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion crypto/asymmetric_keys/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion drivers/crypto/qat/qat_common/.gitignore

This file was deleted.

0 comments on commit 9ce285c

Please sign in to comment.