diff mbox

crypto: add .gitignore for crypto/*.-asn1.[ch] files

Message ID 1435226608-12358-1-git-send-email-kuleshovmail@gmail.com (mailing list archive)
State Superseded
Delegated to: Herbert Xu
Headers show

Commit Message

Alexander Kuleshov June 25, 2015, 10:03 a.m. UTC
There are two generated files: crypto/rsakey-asn1.c and crypto/raskey-asn1.h,
after the cfc2bb32b31371d6bffc6bf2da3548f20ad48c83 commit. Let's add
.gitignore for it.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 crypto/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 crypto/.gitignore
diff mbox

Patch

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