From: Alexander Kuleshov Date: Thu, 25 Jun 2015 10:18:03 +0000 (+0600) Subject: crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=44a17ef872fa8f754626aa578c8d05301c905b86;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git 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 cfc2bb32b31371d6bffc6bf2da3548f20ad48c83 commit. Let's add .gitignore to ignore *-asn1.[ch] files. Signed-off-by: Alexander Kuleshov Signed-off-by: Herbert Xu --- diff --git a/crypto/.gitignore b/crypto/.gitignore new file mode 100644 index 000000000000..ee328374dba8 --- /dev/null +++ b/crypto/.gitignore @@ -0,0 +1 @@ +*-asn1.[ch]