From 3b48bfc0ab997d43fa89190c769a881db853c569 Mon Sep 17 00:00:00 2001 From: Sudeep Holla Date: Thu, 25 Feb 2016 13:57:07 +0000 Subject: selftests: add missing .gitignore file or entry Only IPC selftest is missing the .gitignore file, so add it. Also step_after_suspend_test is missing in breakpoints selftest .gitignore file Signed-off-by: Sudeep Holla Signed-off-by: Shuah Khan --- tools/testing/selftests/breakpoints/.gitignore | 1 + tools/testing/selftests/ipc/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/testing/selftests/ipc/.gitignore (limited to 'tools/testing/selftests') diff --git a/tools/testing/selftests/breakpoints/.gitignore b/tools/testing/selftests/breakpoints/.gitignore index 9b3193d06608..a23bb4a6f06c 100644 --- a/tools/testing/selftests/breakpoints/.gitignore +++ b/tools/testing/selftests/breakpoints/.gitignore @@ -1 +1,2 @@ breakpoint_test +step_after_suspend_test diff --git a/tools/testing/selftests/ipc/.gitignore b/tools/testing/selftests/ipc/.gitignore new file mode 100644 index 000000000000..84b66a3c1f74 --- /dev/null +++ b/tools/testing/selftests/ipc/.gitignore @@ -0,0 +1 @@ +msgque_test -- cgit v1.2.3-59-g8ed1b