Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1446469

[PATCH] crypto: vmx - Ignore generated files

From Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH] crypto: vmx - Ignore generated files
Date 2016-07-19 15:40 +0200
Message-ID <rWDpD-4AM-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web