Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446469 > unrolled thread
| Started by | Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> |
|---|---|
| First post | 2016-07-19 15:40 +0200 |
| Last post | 2016-07-20 16:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] crypto: vmx - Ignore generated files Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> - 2016-07-19 15:40 +0200
RE: [PATCH] crypto: vmx - Ignore generated files David Laight <David.Laight@ACULAB.COM> - 2016-07-20 15:20 +0200
Re: [PATCH] crypto: vmx - Ignore generated files Herbert Xu <herbert@gondor.apana.org.au> - 2016-07-20 16:50 +0200
| From | Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> |
|---|---|
| Date | 2016-07-19 15:40 +0200 |
| Subject | [PATCH] crypto: vmx - Ignore generated files |
| Message-ID | <rWDpD-4AM-7@gated-at.bofh.it> |
Ignore assembly files generated by the perl script. Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> --- drivers/crypto/vmx/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 drivers/crypto/vmx/.gitignore diff --git a/drivers/crypto/vmx/.gitignore b/drivers/crypto/vmx/.gitignore new file mode 100644 index 0000000..af4a7ce --- /dev/null +++ b/drivers/crypto/vmx/.gitignore @@ -0,0 +1,2 @@ +aesp8-ppc.S +ghashp8-ppc.S -- 2.5.5
[toc] | [next] | [standalone]
| From | David Laight <David.Laight@ACULAB.COM> |
|---|---|
| Date | 2016-07-20 15:20 +0200 |
| Message-ID | <rWZzP-1Ui-1@gated-at.bofh.it> |
| In reply to | #1446469 |
From: Paulo Flabiano Smorigo > Sent: 19 July 2016 14:36 > Ignore assembly files generated by the perl script. ... > diff --git a/drivers/crypto/vmx/.gitignore b/drivers/crypto/vmx/.gitignore > new file mode 100644 > index 0000000..af4a7ce > --- /dev/null > +++ b/drivers/crypto/vmx/.gitignore > @@ -0,0 +1,2 @@ > +aesp8-ppc.S > +ghashp8-ppc.S Shouldn't the generated files be written to the object tree? I would hope the linux kernel builds from a readonly source tree. David
[toc] | [prev] | [next] | [standalone]
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2016-07-20 16:50 +0200 |
| Message-ID | <rX0YW-2Gu-5@gated-at.bofh.it> |
| In reply to | #1446469 |
On Tue, Jul 19, 2016 at 10:36:26AM -0300, Paulo Flabiano Smorigo wrote: > Ignore assembly files generated by the perl script. > > Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web