As part of system features auto-detection, some dependency files are generated and some programs are built.
These files should not be considered by git, so this patch adds a dedicated .gitignore in tools/perf/config/ sub-directory to ignore the files. Signed-off-by: Yann Droneaud <[email protected]> --- tools/perf/config/feature-checks/.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tools/perf/config/feature-checks/.gitignore diff --git a/tools/perf/config/feature-checks/.gitignore b/tools/perf/config/feature-checks/.gitignore new file mode 100644 index 000000000000..53b84b102c78 --- /dev/null +++ b/tools/perf/config/feature-checks/.gitignore @@ -0,0 +1,28 @@ +*.d +test-all +test-backtrace +test-bionic +test-cplus-demangle +test-dwarf +test-fortify-source +test-glibc +test-gtk2 +test-gtk2-infobar +test-hello +test-libaudit +test-libbfd +test-libelf +test-libelf-getphdrnum +test-libelf-mmap +test-liberty +test-liberty-z +test-libnuma +test-libperl +test-libpython +test-libpython-version +test-libslang +test-libunwind +test-libunwind-debug-frame +test-on-exit +test-stackprotector-all +test-timerfd -- 1.8.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

