diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-05 14:01:03 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-11 09:50:54 -0700 |
commit | be7b89eef7b7fe647eee071a5bb44d6d853f92eb (patch) | |
tree | baf67704322ae887d930815163304064fb3dab37 /tools/testing | |
parent | a8ba798bc8ec663cf02e80b0dd770324de9bafd9 (diff) |
selftests: gpio add .gitignore for generated files
Add .gitignore for generated files
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/gpio/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/gpio/.gitignore b/tools/testing/selftests/gpio/.gitignore new file mode 100644 index 000000000000..7d14f743d1a4 --- /dev/null +++ b/tools/testing/selftests/gpio/.gitignore @@ -0,0 +1 @@ +gpio-mockup-chardev |