.gitignore 786 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. CVS
  2. .#*
  3. *.patch
  4. *.diff
  5. *.orig
  6. #*.rej
  7. contrib/include
  8. *~
  9. *.mak
  10. # Hidden files are ignored by default with exceptions
  11. .*
  12. !/.gitignore
  13. !/.github
  14. !/.gitmodules
  15. !/.qmake.conf
  16. !/.travis.yml
  17. # .install files in debian/ are generated and ignored
  18. debian/*.install
  19. obj
  20. TestResults
  21. *.pbxuser
  22. *.perspectivev3
  23. *.old
  24. *.log
  25. *.out
  26. *.cache
  27. *.deb
  28. *.git.old*
  29. Makefile*
  30. *.*pro*.user*
  31. *.[oa]
  32. *.so*
  33. *.dll
  34. *.lib
  35. *.exp
  36. *.exe
  37. *.out
  38. #vc files
  39. *.def
  40. *.dep
  41. *.idb
  42. *.layout
  43. *.manifest
  44. *.ncb
  45. *.obj
  46. *.pdb
  47. *.suo
  48. *.user
  49. *.tlh
  50. *.tli
  51. #intel compiler
  52. *.ilk
  53. #dirs
  54. /bin*
  55. /lib*
  56. build
  57. Debug
  58. Release
  59. *.Debug
  60. *.Release
  61. # Ignore temporary Python files
  62. python/PyQtAV.api
  63. python/PyQtAV.pro
  64. python/QtAV.pyi
  65. python/QtAVWidgets.pyi
  66. python/QtAV
  67. python/QtAVWidgets
  68. *.fuse*
  69. #qt
  70. *.prl
  71. *moc_*
  72. *.moc
  73. *qrc_res.cpp
  74. #cache
  75. *.swp