From: Charlie Jenkins Date: Mon, 29 Jul 2024 23:11:02 +0000 (-0700) Subject: libperf: Add gitignore X-Git-Tag: microblaze-v6.13~112^2~273 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=d261f9ebcf424535fe04e720a1cfa023be409f52;p=linux-2.6-microblaze.git libperf: Add gitignore Ignore files that are generated by libperf and libperf tests. Signed-off-by: Charlie Jenkins Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Ian Rogers Cc: Ingo Molnar Cc: Jiri Olsa Cc: Mark Rutland Cc: Namhyung Kim Cc: Peter Zijlstra Link: https://lore.kernel.org/lkml/20240729-libperf_gitignore-v1-1-1c70dd98edf9@rivosinc.com Signed-off-by: Arnaldo Carvalho de Melo --- 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