Skip to content

Commit

Permalink
usbip: add missing compile time generated files to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shuah Khan authored and gregkh committed Dec 6, 2016
1 parent b9c2a2a commit 71158c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/usb/usbip/.gitignore
Expand Up @@ -2,6 +2,7 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.h
config.h.in
Expand All @@ -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
Expand Down

0 comments on commit 71158c2

Please sign in to comment.