[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240729-libperf_gitignore-v1-1-1c70dd98edf9@rivosinc.com>
Date: Mon, 29 Jul 2024 16:11:02 -0700
From: Charlie Jenkins <charlie@...osinc.com>
To: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Namhyung Kim <namhyung@...nel.org>, Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...nel.org>, Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>
Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org,
Charlie Jenkins <charlie@...osinc.com>
Subject: [PATCH] libperf: Add gitignore
Ignore files that are generated by libperf and libperf tests.
Signed-off-by: Charlie Jenkins <charlie@...osinc.com>
---
tools/lib/perf/.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tools/lib/perf/.gitignore b/tools/lib/perf/.gitignore
new file mode 100644
index 000000000000..0f5b4af63f62
--- /dev/null
+++ b/tools/lib/perf/.gitignore
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+libperf.pc
+libperf.so.*
+tests-shared
+tests-static
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20240729-libperf_gitignore-e58d9b7fb51d
--
- Charlie
Powered by blists - more mailing lists