Skip to content

Commit

Permalink
staging: usbip: userspace: add gitignore file
Browse files Browse the repository at this point in the history
There are a bunch of automatically generated files that git
should not care about.

Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Ilija Hadzic authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 8a1430a commit 0d0651d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions drivers/staging/usbip/userspace/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libsrc/Makefile
libsrc/Makefile.in
libtool
ltmain.sh
missing
src/Makefile
src/Makefile.in
stamp-h1
libsrc/libusbip.la
libsrc/libusbip_la-names.lo
libsrc/libusbip_la-usbip_common.lo
libsrc/libusbip_la-usbip_host_driver.lo
libsrc/libusbip_la-vhci_driver.lo
src/usbip
src/usbipd

0 comments on commit 0d0651d

Please sign in to comment.