Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753392AbaAKRtY (ORCPT ); Sat, 11 Jan 2014 12:49:24 -0500 Received: from smtp4-g21.free.fr ([212.27.42.4]:44243 "EHLO smtp4-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbaAKRtS (ORCPT ); Sat, 11 Jan 2014 12:49:18 -0500 From: Yann Droneaud To: Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo Cc: Yann Droneaud , linux-kernel@vger.kernel.org Subject: [PATCH 2/2] perf tools: add .gitignore for files generated for feature check Date: Sat, 11 Jan 2014 18:48:16 +0100 Message-Id: X-Mailer: git-send-email 1.8.4.2 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/