diff options
| author | Charlie Jenkins <[email protected]> | 2024-07-29 16:11:02 -0700 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2024-08-01 12:11:33 -0300 |
| commit | d261f9ebcf424535fe04e720a1cfa023be409f52 (patch) | |
| tree | c503d416e3afa1df82ccb59ff2c8689a8f9f33eb | |
| parent | 1635bdca4b02bbe6529e769dd7d56a98960344fc (diff) | |
libperf: Add gitignore
Ignore files that are generated by libperf and libperf tests.
Signed-off-by: Charlie Jenkins <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
| -rw-r--r-- | tools/lib/perf/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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 |