summaryrefslogtreecommitdiffstats
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
commit44a17ef872fa8f754626aa578c8d05301c905b86 (patch)
tree14f59a4c087d257fa2692d321896893fc05070c1 /crypto/.gitignore
parent2cdcc357c221796fac3772f23cd5830f411c0e45 (diff)
downloadlinux-0-day-44a17ef872fa8f754626aa578c8d05301c905b86.tar.gz
linux-0-day-44a17ef872fa8f754626aa578c8d05301c905b86.tar.xz
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 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>
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 0000000000000..ee328374dba8f
--- /dev/null
+++ b/crypto/.gitignore
@@ -0,0 +1 @@
+*-asn1.[ch]