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 + 1 file changed, 1 insertion(+) (limited to 'tools/testing/selftests/breakpoints') 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 -- cgit v1.2.3-59-g8ed1b