diff options
author | Bill Richardson <wfrichar@chromium.org> | 2015-10-27 16:07:48 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2015-11-05 11:10:15 -0800 |
commit | 0e6024eb134b529e5cd6f3ac167b2cd718aa0db8 (patch) | |
tree | 1405442d57574c534b4e98ed49d5699c24f6bcde /extra | |
parent | 7e31d2650b2c5c56303dd086e53d35cd9b594a1c (diff) | |
download | chrome-ec-0e6024eb134b529e5cd6f3ac167b2cd718aa0db8.tar.gz |
cleanup: ignore compiled executable in extra/
This just adds a .gitignore entry so that git doesn't complain
about the executable you may have built in the extra/usb_console/
directory.
BUG=none
BRANCH=none
TEST=make buildall
This has no effect on the EC code at all. The things in the
extra/ directory are optional and unsupported.
Change-Id: Ib4915f712f9d14caf7418ef4b03aa41e8764fd36
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/310840
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/usb_console/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/usb_console/.gitignore b/extra/usb_console/.gitignore new file mode 100644 index 0000000000..efee63e87e --- /dev/null +++ b/extra/usb_console/.gitignore @@ -0,0 +1 @@ +usb_console |