2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-11-16 06:35:39 +08:00

crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files

There are two generated files: crypto/rsakey-asn1.c and crypto/raskey-asn1.h,
after the cfc2bb32b3 commit. Let's add
.gitignore to ignore *-asn1.[ch] files.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Alexander Kuleshov 2015-06-25 16:18:03 +06:00 committed by Herbert Xu
parent 2cdcc357c2
commit 44a17ef872

1
crypto/.gitignore vendored Normal file
View File

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