2015-06-25 10:18:21

by Alexander Kuleshov

[permalink] [raw]
Subject: [PATCH] crypto: 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 <[email protected]>
---
crypto/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 crypto/.gitignore

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]
--
2.4.4.410.gc71d752


2015-06-25 15:36:08

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: add .gitignore for crypto/*.-asn1.[ch] files

On Thu, Jun 25, 2015 at 04:18:03PM +0600, Alexander Kuleshov wrote:
> 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 <[email protected]>

Applied.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt