summaryrefslogtreecommitdiff
path: root/extra/usb_serial
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2016-05-23 14:16:32 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-05-24 10:19:01 -0700
commit535ccc66ff230a165205b973365fde0b217d95d9 (patch)
tree22dcba385e4796cd6a6f34822f03fe2098db2114 /extra/usb_serial
parent8a11eae6dfb20a4954d8688da10d990928259457 (diff)
downloadchrome-ec-535ccc66ff230a165205b973365fde0b217d95d9.tar.gz
usb_serial: ignore make byproducts
It is not trivial to direct output of this make file into a different directory, let's just add the byproducts to a local .gitignore. BRANCH=none BUG=none TEST='git status' after running make does not show any junk any more. Change-Id: Id04822102d788c6883cff36f26fd8f9d50c996aa Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/346746 Reviewed-by: Anton Staaf <robotboy@chromium.org>
Diffstat (limited to 'extra/usb_serial')
-rw-r--r--extra/usb_serial/.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/usb_serial/.gitignore b/extra/usb_serial/.gitignore
new file mode 100644
index 0000000000..77fee262b1
--- /dev/null
+++ b/extra/usb_serial/.gitignore
@@ -0,0 +1,12 @@
+.built-in.o.cmd
+.raiden.ko.cmd
+.raiden.mod.o.cmd
+.raiden.o.cmd
+.tmp_versions/
+Module.symvers
+built-in.o
+modules.order
+raiden.ko
+raiden.mod.c
+raiden.mod.o
+raiden.o