diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2016-02-25 13:57:07 +0000 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-02-25 13:16:36 -0700 |
commit | 3b48bfc0ab997d43fa89190c769a881db853c569 (patch) | |
tree | 35c0d278512098c48d065af69dff86e8af3fe41b /tools/testing | |
parent | 3d6dee7af7fe11c2cea3d9ae70faedf2987ccf96 (diff) | |
download | linux-3b48bfc0ab997d43fa89190c769a881db853c569.tar.gz linux-3b48bfc0ab997d43fa89190c769a881db853c569.tar.bz2 linux-3b48bfc0ab997d43fa89190c769a881db853c569.zip |
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 <sudeep.holla@arm.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/breakpoints/.gitignore | 1 | ||||
-rw-r--r-- | tools/testing/selftests/ipc/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
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 |