diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-05 14:32:36 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-11 16:18:09 +0100 |
commit | 3d301cb938c158f2e4b23cf7c176e3816c86dfbb (patch) | |
tree | f58bf0c14dec75e309acf9254901d1994e8593f3 /tools/gpio | |
parent | fb505747c06b8894bccb18457fd11bad047384f4 (diff) |
gpio: tools: add .gitignore for generated files
Add .gitignore for generated files.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
[Dropped include dir]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/gpio')
-rw-r--r-- | tools/gpio/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gpio/.gitignore b/tools/gpio/.gitignore new file mode 100644 index 000000000000..9e9dd4b681b2 --- /dev/null +++ b/tools/gpio/.gitignore @@ -0,0 +1,4 @@ +gpio-event-mon +gpio-hammer +lsgpio + |