mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
usbip: add missing compile time generated files to .gitignore
Add the following files to .gitignore compile libsrc/libusbip_la-sysfs_utils.lo libsrc/libusbip_la-usbip_device_driver.lo libsrc/libusbip_la-usbip_host_common.lo Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b9c2a2a398
commit
71158c28eb
4
tools/usb/usbip/.gitignore
vendored
4
tools/usb/usbip/.gitignore
vendored
@ -2,6 +2,7 @@ Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
@ -21,7 +22,10 @@ src/Makefile.in
|
||||
stamp-h1
|
||||
libsrc/libusbip.la
|
||||
libsrc/libusbip_la-names.lo
|
||||
libsrc/libusbip_la-sysfs_utils.lo
|
||||
libsrc/libusbip_la-usbip_common.lo
|
||||
libsrc/libusbip_la-usbip_device_driver.lo
|
||||
libsrc/libusbip_la-usbip_host_common.lo
|
||||
libsrc/libusbip_la-usbip_host_driver.lo
|
||||
libsrc/libusbip_la-vhci_driver.lo
|
||||
src/usbip
|
||||
|
Loading…
Reference in New Issue
Block a user