summaryrefslogtreecommitdiff
path: root/crypto/.gitignore
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-06-25 16:18:03 +0600
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-25 23:29:24 +0800
commit72ae89b5ef7d867369a65458e7a3f4051affffae (patch)
tree69dbbfb2719c39ed69c048ccba4a08d37638a4bf /crypto/.gitignore
parentbfc3477cc9c4c47fec93c24140345da7691056fe (diff)
downloadlinux-crypto-72ae89b5ef7d867369a65458e7a3f4051affffae.tar.gz
linux-crypto-72ae89b5ef7d867369a65458e7a3f4051affffae.zip
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 <kuleshovmail@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/.gitignore')
-rw-r--r--crypto/.gitignore1
1 files changed, 1 insertions, 0 deletions
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]