mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
0bd20318da
[ Upstream commit94d957ae51
] Commit3af1dfdd51
("perf build: Move perf_dlfilters.h in the source tree") moved perf_dlfilters.h to the include/perf/ directory while include/perf is ignored because it has 'perf' in the name. Newly created files in the include/perf/ directory will be ignored. Testing: Before: $ touch tools/perf/include/perf/junk $ git status | grep junk $ git check-ignore -v tools/perf/include/perf/junk tools/perf/.gitignore:6:perf tools/perf/include/perf/junk After: $ git status | grep junk tools/perf/include/perf/junk $ git check-ignore -v tools/perf/include/perf/junk Add !include/perf/ to perf's .gitignore file. Fixes:3af1dfdd51
("perf build: Move perf_dlfilters.h in the source tree") Signed-off-by: Donglin Peng <dolinux.peng@gmail.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20221103092704.173391-1-dolinux.peng@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
44 lines
614 B
Plaintext
44 lines
614 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
PERF-CFLAGS
|
|
PERF-GUI-VARS
|
|
PERF-VERSION-FILE
|
|
FEATURE-DUMP
|
|
perf
|
|
!include/perf/
|
|
perf-read-vdso32
|
|
perf-read-vdsox32
|
|
perf-help
|
|
perf-record
|
|
perf-report
|
|
perf-stat
|
|
perf-top
|
|
perf*.1
|
|
perf*.xml
|
|
perf*.html
|
|
common-cmds.h
|
|
perf.data
|
|
perf.data.old
|
|
output.svg
|
|
perf-archive
|
|
perf-with-kcore
|
|
perf-iostat
|
|
tags
|
|
TAGS
|
|
cscope*
|
|
config.mak
|
|
config.mak.autogen
|
|
*-bison.*
|
|
*-flex.*
|
|
*.pyc
|
|
*.pyo
|
|
.config-detected
|
|
util/intel-pt-decoder/inat-tables.c
|
|
arch/*/include/generated/
|
|
trace/beauty/generated/
|
|
pmu-events/pmu-events.c
|
|
pmu-events/jevents
|
|
feature/
|
|
fixdep
|
|
libtraceevent-dynamic-list
|
|
Documentation/doc.dep
|