From 72ae89b5ef7d867369a65458e7a3f4051affffae Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Thu, 25 Jun 2015 16:18:03 +0600 Subject: 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 8b0b3e1274dc6cdca25304e46c17303ba2fcbdc8 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 (limited to 'crypto/.gitignore') diff --git a/crypto/.gitignore b/crypto/.gitignore new file mode 100644 index 00000000..ee328374 --- /dev/null +++ b/crypto/.gitignore @@ -0,0 +1 @@ +*-asn1.[ch] -- cgit v1.2.3