.gitignore 549 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. *.diff
  18. aclocal.m4
  19. config.h
  20. config.log
  21. config.sub
  22. config.guess
  23. config.status
  24. configure
  25. depcomp
  26. install-sh
  27. compile
  28. main
  29. ltmain.sh
  30. missing
  31. mkinstalldirs
  32. libtool
  33. *Makefile
  34. py-compile
  35. stamp-h1
  36. src/.libs
  37. src/idevicerestore
  38. src/idevicerestore.exe