From 0e6024eb134b529e5cd6f3ac167b2cd718aa0db8 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 27 Oct 2015 16:07:48 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/310840 Reviewed-by: Vadim Bendebury --- extra/usb_console/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 extra/usb_console/.gitignore 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