Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752650AbbFDT2j (ORCPT ); Thu, 4 Jun 2015 15:28:39 -0400 Received: from lists.s-osg.org ([54.187.51.154]:56812 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbbFDT2h (ORCPT ); Thu, 4 Jun 2015 15:28:37 -0400 Message-ID: <5570A6DC.6090907@osg.samsung.com> Date: Thu, 04 Jun 2015 13:28:28 -0600 From: Shuah Khan Organization: Samsung Open Source Group User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Prarit Bhargava , linux-kernel@vger.kernel.org CC: John Stultz , Thomas Gleixner , linux-api@vger.kernel.org, Shuah Khan Subject: Re: [PATCH] tools, add tools/testing/selftests/timers/.gitignore References: <1433440392-31274-1-git-send-email-prarit@redhat.com> In-Reply-To: <1433440392-31274-1-git-send-email-prarit@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1364 Lines: 43 On 06/04/2015 11:53 AM, Prarit Bhargava wrote: > After building the tests in the timers directory each executable shows up > in 'git-status' as a new file. This patch adds a .gitignore file to the > directory. > > Cc: John Stultz > Cc: Thomas Gleixner > Cc: Shuah Khan > Cc: linux-api@vger.kernel.org > Signed-off-by: Prarit Bhargava > --- > tools/testing/selftests/timers/.gitignore | 3 +++ > 1 file changed, 3 insertions(+) > create mode 100644 tools/testing/selftests/timers/.gitignore > > diff --git a/tools/testing/selftests/timers/.gitignore b/tools/testing/selftests/timers/.gitignore > new file mode 100644 > index 0000000..afe9743 > --- /dev/null > +++ b/tools/testing/selftests/timers/.gitignore > @@ -0,0 +1,3 @@ > +* > +!*.c > +!.gitignore > Zhang Zhen sent in a patch to fix this and it is queued for 4.2 in linux-kselftest next. thanks, -- Shuah -- Shuah Khan Sr. Linux Kernel Developer Open Source Innovation Group Samsung Research America (Silicon Valley) shuahkh@osg.samsung.com | (970) 217-8978 -- 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/