[PATCH] libperf: Add gitignore

Charlie Jenkins posted 1 patch 1 year, 4 months ago
tools/lib/perf/.gitignore | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] libperf: Add gitignore
Posted by Charlie Jenkins 1 year, 4 months ago
Ignore files that are generated by libperf and libperf tests.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.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
Re: [PATCH] libperf: Add gitignore
Posted by Arnaldo Carvalho de Melo 1 year, 4 months ago
On Mon, Jul 29, 2024 at 04:11:02PM -0700, Charlie Jenkins wrote:
> Ignore files that are generated by libperf and libperf tests.

Thanks, applied to tmp.perf-tools-next,

- Arnaldo
 
> Signed-off-by: Charlie Jenkins <charlie@rivosinc.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