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)
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 <kuleshovmail@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/.gitignore [new file with mode: 0644]

diff --git a/crypto/.gitignore b/crypto/.gitignore
new file mode 100644 (file)
index 0000000..ee32837
--- /dev/null
@@ -0,0 +1 @@
+*-asn1.[ch]