Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1523275 > unrolled thread

[PATCH -tip v3 6/9] selftests: ftrace: Hide ftracetest logs from git

Started byMasami Hiramatsu <mhiramat@kernel.org>
First post2016-11-16 09:20 +0100
Last post2016-11-16 09:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH -tip v3 6/9] selftests: ftrace: Hide ftracetest logs from git Masami Hiramatsu <mhiramat@kernel.org> - 2016-11-16 09:20 +0100

#1523275 — [PATCH -tip v3 6/9] selftests: ftrace: Hide ftracetest logs from git

FromMasami Hiramatsu <mhiramat@kernel.org>
Date2016-11-16 09:20 +0100
Subject[PATCH -tip v3 6/9] selftests: ftrace: Hide ftracetest logs from git
Message-ID<sE3BM-jF-9@gated-at.bofh.it>
Hide ftracetest result log directory from git.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
---
 tools/testing/selftests/ftrace/.gitignore |    1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/ftrace/.gitignore

diff --git a/tools/testing/selftests/ftrace/.gitignore b/tools/testing/selftests/ftrace/.gitignore
new file mode 100644
index 0000000..98d8a5a
--- /dev/null
+++ b/tools/testing/selftests/ftrace/.gitignore
@@ -0,0 +1 @@
+logs

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web