Messages in this thread |  | | From | Masami Hiramatsu <> | Subject | [PATCH -tip v2 3/6] selftests: ftrace: Hide ftracetest logs from git | Date | Sun, 30 Oct 2016 15:54:20 +0900 |
| |
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
|  |