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, 28 Apr 2015 23:32:00 +0300
From:	Andrey Skvortsov <andrej.skvortzov@...il.com>
To:	Russell King <linux@....linux.org.uk>,
	Nathan Lynch <nathan_lynch@...tor.com>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc:	Andrey Skvortsov <andrej.skvortzov@...il.com>
Subject: [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge

After kernel is built 'git status' reports:

 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #        arch/arm/vdso/vdso.so.raw
 #        arch/arm/vdso/vdsomunge

These files are created during build process and removed with 'make
clean'. This patch makes git to ignore them.

Signed-off-by: Andrey Skvortsov <andrej.skvortzov@...il.com>
---
 arch/arm/vdso/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/vdso/.gitignore b/arch/arm/vdso/.gitignore
index f8b69d8..6b47f6e 100644
--- a/arch/arm/vdso/.gitignore
+++ b/arch/arm/vdso/.gitignore
@@ -1 +1,3 @@
 vdso.lds
+vdso.so.raw
+vdsomunge
-- 
2.1.4

--
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