From ef5c9ef768ea4c4b3942afd92747d71f083fe85c Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Thu, 25 Jun 2015 16:18:03 +0600 Subject: [PATCH] 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 f443a0a5625143f52fec2f004ff58b6eb9901fa6 commit. Let's add .gitignore to ignore *-asn1.[ch] files. Signed-off-by: Alexander Kuleshov Signed-off-by: Herbert Xu --- crypto/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 crypto/.gitignore diff --git a/crypto/.gitignore b/crypto/.gitignore new file mode 100644 index 0000000000000..ee328374dba8f --- /dev/null +++ b/crypto/.gitignore @@ -0,0 +1 @@ +*-asn1.[ch] -- 2.39.5