mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tools, add tools/testing/selftests/timers/.gitignore
@ 2015-06-04 17:53 Prarit Bhargava
  2015-06-04 19:28 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Prarit Bhargava @ 2015-06-04 17:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Prarit Bhargava, John Stultz, Thomas Gleixner, Shuah Khan, linux-api

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
-- 
1.7.9.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-04 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-04 17:53 [PATCH] tools, add tools/testing/selftests/timers/.gitignore Prarit Bhargava
2015-06-04 19:28 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome