diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-21 18:00:39 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-25 09:49:38 -0600 |
commit | 26d5ad3b96cf9c2a161c8e685e427966c91c587b (patch) | |
tree | 4653fd21f1893e35fb7ff32c3d967a73287a1268 /tools | |
parent | 337f1e366c75ec88d9bbae59c0703d4289458b29 (diff) | |
download | op-kernel-dev-26d5ad3b96cf9c2a161c8e685e427966c91c587b.zip op-kernel-dev-26d5ad3b96cf9c2a161c8e685e427966c91c587b.tar.gz |
selftests: add gpio generated files to .gitignore
gpio test generates files in selftests directory. Add them to .gitignore.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore index f0600d2..9175035 100644 --- a/tools/testing/selftests/.gitignore +++ b/tools/testing/selftests/.gitignore @@ -1 +1,5 @@ kselftest +gpiogpio-event-mon +gpiogpio-hammer +gpioinclude/ +gpiolsgpio |