lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Aug 2010 04:25:31 +0000
From:	Ævar Arnfjörð Bjarmason 
	<avar@...ix.is>
To:	torvalds@...ux-foundation.org
Cc:	David Woodhouse <dwmw2@...ersburg.infradead.org>,
	Linux is full of bugs <linux-kernel@...r.kernel.org>,
	Ævar Arnfjörð Bjarmason 
	<avar@...ix.is>
Subject: [PATCH] .gitignore: Ignore generated files in lib/raid6

The Makefile in lib/raid6 will generate these files, and the clean
target will remove them, but they weren't being ignored by git.

Signed-off-by: Ævar Arnfjörð Bjarmason <avar@...ix.is>
---
 lib/raid6/.gitignore |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 lib/raid6/.gitignore

diff --git a/lib/raid6/.gitignore b/lib/raid6/.gitignore
new file mode 100644
index 0000000..ce56377
--- /dev/null
+++ b/lib/raid6/.gitignore
@@ -0,0 +1,16 @@
+#
+# Generated files
+#
+
+altivec1.c
+altivec2.c
+altivec4.c
+altivec8.c
+int1.c
+int16.c
+int2.c
+int32.c
+int4.c
+int8.c
+mktables
+tables.c
-- 
1.7.2.1.389.gc3d0b

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ