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

2015-06-25 Thread Alexander Kuleshov
There are two generated files: crypto/rsakey-asn1.c and crypto/raskey-asn1.h, after the cfc2bb32b31371d6bffc6bf2da3548f20ad48c83 commit. Let's add .gitignore for it. Signed-off-by: Alexander Kuleshov --- crypto/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 crypto/.gitignor

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

2015-06-25 Thread Alexander Kuleshov
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 --- crypto/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 10

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

2015-06-25 Thread Herbert Xu
On Thu, Jun 25, 2015 at 04:18:03PM +0600, Alexander Kuleshov wrote: > 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