Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752219AbbKHWlG (ORCPT ); Sun, 8 Nov 2015 17:41:06 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35716 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbbKHWlB (ORCPT ); Sun, 8 Nov 2015 17:41:01 -0500 From: Taeung Song To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, jolsa@redhat.com, namhyung@kernel.org, Taeung Song , Wang Nan Subject: [PATCH] perf build: Replace FEATURE-DUMP with FEATURE-DUMP.libbpf on .gitignore Date: Mon, 9 Nov 2015 07:40:28 +0900 Message-Id: <1447022428-31292-1-git-send-email-treeze.taeung@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 876 Lines: 27 Commit ed63f34c026e9a60d17fa750ecdfe3f600d49393 ("perf tools: Make perf depend on libbpf") dynamically creates FEATURE-DUMP.libbpf during the perf building if bpf is detected. Replace FEATURE-DUMP with it on .gitignore. Cc: Wang Nan Signed-off-by: Taeung Song --- tools/lib/bpf/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore index 812aeed..f81e549 100644 --- a/tools/lib/bpf/.gitignore +++ b/tools/lib/bpf/.gitignore @@ -1,2 +1,2 @@ libbpf_version.h -FEATURE-DUMP +FEATURE-DUMP.libbpf -- 1.9.1 -- 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/