From: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
To: Prarit Bhargava <prarit-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: John Stultz <john.stultz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
Subject: Re: [PATCH] tools, add tools/testing/selftests/timers/.gitignore
Date: Thu, 04 Jun 2015 13:28:28 -0600 [thread overview]
Message-ID: <5570A6DC.6090907@osg.samsung.com> (raw)
In-Reply-To: <1433440392-31274-1-git-send-email-prarit-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
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 <john.stultz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
> Cc: Shuah Khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
> Cc: linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Signed-off-by: Prarit Bhargava <prarit-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
> 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-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978
WARNING: multiple messages have this Message-ID (diff)
From: Shuah Khan <shuahkh@osg.samsung.com>
To: Prarit Bhargava <prarit@redhat.com>, linux-kernel@vger.kernel.org
Cc: John Stultz <john.stultz@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
linux-api@vger.kernel.org, Shuah Khan <shuahkh@osg.samsung.com>
Subject: Re: [PATCH] tools, add tools/testing/selftests/timers/.gitignore
Date: Thu, 04 Jun 2015 13:28:28 -0600 [thread overview]
Message-ID: <5570A6DC.6090907@osg.samsung.com> (raw)
In-Reply-To: <1433440392-31274-1-git-send-email-prarit@redhat.com>
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 <john.stultz@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Shuah Khan <shuahkh@osg.samsung.com>
> Cc: linux-api@vger.kernel.org
> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> ---
> 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
next prev parent reply other threads:[~2015-06-04 19:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 17:53 [PATCH] tools, add tools/testing/selftests/timers/.gitignore Prarit Bhargava
[not found] ` <1433440392-31274-1-git-send-email-prarit-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-04 19:28 ` Shuah Khan [this message]
2015-06-04 19:28 ` Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5570A6DC.6090907@osg.samsung.com \
--to=shuahkh-jph+aebz4p+uejcrhfaqsw@public.gmane.org \
--cc=john.stultz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=prarit-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.