Commit 71158c28 authored by Shuah Khan's avatar Shuah Khan Committed by Greg Kroah-Hartman

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: default avatarShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b9c2a2a3
...@@ -2,6 +2,7 @@ Makefile ...@@ -2,6 +2,7 @@ Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4
autom4te.cache/ autom4te.cache/
compile
config.guess config.guess
config.h config.h
config.h.in config.h.in
...@@ -21,7 +22,10 @@ src/Makefile.in ...@@ -21,7 +22,10 @@ src/Makefile.in
stamp-h1 stamp-h1
libsrc/libusbip.la libsrc/libusbip.la
libsrc/libusbip_la-names.lo libsrc/libusbip_la-names.lo
libsrc/libusbip_la-sysfs_utils.lo
libsrc/libusbip_la-usbip_common.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-usbip_host_driver.lo
libsrc/libusbip_la-vhci_driver.lo libsrc/libusbip_la-vhci_driver.lo
src/usbip src/usbip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment