]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 25 Jun 2015 10:18:03 +0000 (16:18 +0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jun 2015 15:29:24 +0000 (23:29 +0800)
commit80946c4fffd6422026b81a93994ec69cdc617f15
tree14f59a4c087d257fa2692d321896893fc05070c1
parentbde583d4fa7136ea18c791240b0629e0f376a6d7
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 7d0b9f4b2e85889c06f75559536c542c39cf9c00 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>
crypto/.gitignore [new file with mode: 0644]