Skip to content

Commit

Permalink
remove libusbmuxd sources and adapt source tree to use autotools
Browse files Browse the repository at this point in the history
libusbmuxd has been split off and is now managed in a separate repository.
By the time of this commit, the repository is:
git clone http://git.sukimashita.com/libusbmuxd.git
  • Loading branch information
nikias authored and olunx committed Apr 4, 2014
1 parent 5745de4 commit f646afc
Show file tree
Hide file tree
Showing 44 changed files with 232 additions and 2,398 deletions.
38 changes: 36 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
*.[oa]
*~
build

*.po
*.lo
*.la
autom4te.cache/*
*.in
*/.deps/*
m4/*
swig/*
*.swp
*.patch
aclocal.m4
config.h
config.log
config.sub
config.guess
config.status
configure
depcomp
install-sh
compile
main
ltmain.sh
missing
mkinstalldirs
libtool
*Makefile
py-compile
stamp-h1
src/.libs
src/usbmuxd
udev/85-usbmuxd.rules
83 changes: 0 additions & 83 deletions CMakeLists.txt

This file was deleted.

Loading

0 comments on commit f646afc

Please sign in to comment.