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>] [day] [month] [year] [list]
Message-Id: <20241108101309.260550-1-luoyifan@cmss.chinamobile.com>
Date: Fri,  8 Nov 2024 18:13:09 +0800
From: Luo Yifan <luoyifan@...s.chinamobile.com>
To: peterz@...radead.org,
	mingo@...hat.com,
	acme@...nel.org,
	namhyung@...nel.org,
	mark.rutland@....com,
	alexander.shishkin@...ux.intel.com,
	jolsa@...nel.org,
	irogers@...gle.com,
	adrian.hunter@...el.com,
	kan.liang@...ux.intel.com
Cc: linux-perf-users@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Luo Yifan <luoyifan@...s.chinamobile.com>
Subject: [PATCH] perf tools: Add "source" symbolic link to .gitignore

This patch adds the "source" symbolic link to the .gitignore file,
ensuring that it will not affect the source tree.

Signed-off-by: Luo Yifan <luoyifan@...s.chinamobile.com>
---
 tools/perf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index f5b81d439..c23d54bb9 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -53,3 +53,4 @@ libtraceevent_plugins/
 fixdep
 Documentation/doc.dep
 python_ext_build/
+source
-- 
2.27.0




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ