Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754078AbbFDRxe (ORCPT ); Thu, 4 Jun 2015 13:53:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40510 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754001AbbFDRxW (ORCPT ); Thu, 4 Jun 2015 13:53:22 -0400 From: Prarit Bhargava To: linux-kernel@vger.kernel.org Cc: Prarit Bhargava , John Stultz , Thomas Gleixner , Shuah Khan , linux-api@vger.kernel.org Subject: [PATCH] tools, add tools/testing/selftests/timers/.gitignore Date: Thu, 4 Jun 2015 13:53:12 -0400 Message-Id: <1433440392-31274-1-git-send-email-prarit@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 31 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 -- 1.7.9.3 -- 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/