.gitignore 558 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. src/libimobiledevice-glue-1.0.pc
  37. .idea/
  38. .DS_Store
  39. .vscode/