.gitignore 638 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # git-ls-files --others --exclude-from=.git/info/exclude
  2. # Lines that start with '#' are comments.
  3. # For a project mostly in C, the following would be a good set of
  4. # exclude patterns (uncomment them if you want to use them):
  5. *.[oa]
  6. *~
  7. *.po
  8. *.lo
  9. *.la
  10. autom4te.cache/*
  11. *.in
  12. */.deps/*
  13. m4/*
  14. swig/*
  15. *.swp
  16. *.patch
  17. aclocal.m4
  18. config.h
  19. config.log
  20. config.sub
  21. config.guess
  22. config.status
  23. configure
  24. depcomp
  25. install-sh
  26. compile
  27. main
  28. ltmain.sh
  29. missing
  30. mkinstalldirs
  31. libtool
  32. *Makefile
  33. py-compile
  34. stamp-h1
  35. src/.libs
  36. docs/html
  37. libimobiledevice-1.0.pc
  38. tools/.libs/*
  39. tools/idevice*
  40. tools/afcclient
  41. !tools/idevice*.[ch]
  42. cython/.libs/*
  43. cython/*.c
  44. doxygen.cfg