mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 08:31:52 +00:00
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>
This commit is contained in:
committed by
chrome-bot
parent
8a11eae6df
commit
535ccc66ff
12
extra/usb_serial/.gitignore
vendored
Normal file
12
extra/usb_serial/.gitignore
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user