summaryrefslogtreecommitdiff
path: root/extra/usb_console/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: ignore compiled executable in extra/Bill Richardson2015-11-051-0/+1
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>