diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2017-05-30 14:28:14 -0700 |
---|---|---|
committer | ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> | 2017-06-06 23:40:25 +0000 |
commit | 2c66cb725b2a94e6832245d4225089006bfc4fbe (patch) | |
tree | 8399b3c0a3ed17e7d35a98c2fa6a92e6feb6df64 | |
parent | 1f3d4ab645ada38344117ffadd98a0aeb9a2572d (diff) | |
download | chrome-ec-2c66cb725b2a94e6832245d4225089006bfc4fbe.tar.gz |
usb_updater: add usb_updater2 to gitignore
The newly generated file is now showing up in 'git status' output,
let's hide it.
BRANCH=none
BUG=none
TEST='git status' output is now clean even after running 'make -C
extra/usb_updater'.
Change-Id: I6f7e93b303cfff89ec8ae7b3a74286a743e9c27e
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/517677
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
(cherry picked from commit 9f4ba5940a8cae17d0a87744bd3ca68636542e1c)
Reviewed-on: https://chromium-review.googlesource.com/526387
-rw-r--r-- | extra/usb_updater/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/usb_updater/.gitignore b/extra/usb_updater/.gitignore index c65c3dae7b..5f2aa1f17b 100644 --- a/extra/usb_updater/.gitignore +++ b/extra/usb_updater/.gitignore @@ -1 +1,2 @@ usb_updater +usb_updater2 |