From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754846Ab3LTIkk (ORCPT ); Fri, 20 Dec 2013 03:40:40 -0500 Received: from mail-ee0-f52.google.com ([74.125.83.52]:55787 "EHLO mail-ee0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383Ab3LTIkj (ORCPT ); Fri, 20 Dec 2013 03:40:39 -0500 Date: Fri, 20 Dec 2013 09:40:35 +0100 From: Ingo Molnar To: Chunwei Chen Cc: Arnaldo Carvalho de Melo , lkml , Ingo Molnar , Jiri Olsa Subject: Re: [PATCH] perf config: ignore generated files in feature-checks Message-ID: <20131220084035.GA15993@gmail.com> References: <1387441761-2153-1-git-send-email-tuxoko@gmail.com> <20131219115833.GA11279@gmail.com> <20131219154642.GA24658@gmail.com> <20131219171027.GD30382@gmail.com> <52B3C4A8.3070809@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52B3C4A8.3070809@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Chunwei Chen wrote: > From 362201bf3259cc01c99531766395fdba0c0f3789 Mon Sep 17 00:00:00 2001 > From: Chunwei Chen > Date: Thu, 19 Dec 2013 15:41:22 +0800 > Subject: [PATCH] perf config: ignore generated files in feature-checks > > 1. Rename the test-* binary files to test-*.bin for easier pattern matching as > suggested by Ingo. > 2. Ignore *.bin and *.d files. > > Signed-off-by: Chunwei Chen Reviewed-by: Ingo Molnar Thanks! Ingo