summaryrefslogtreecommitdiff
path: root/crypto/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov2015-06-251-0/+1
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 <kuleshovmail@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>