.gitignore 706 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .config
  2. .version
  3. *.o
  4. *.d
  5. *.exe
  6. *.ho
  7. *-example
  8. *-test
  9. *_g
  10. *.def
  11. *.dll
  12. *.lib
  13. *.exp
  14. config.*
  15. doc/*.1
  16. doc/*.html
  17. doc/*.pod
  18. doxy
  19. ffmpeg
  20. ffplay
  21. ffprobe
  22. ffserver
  23. libavcodec/*_tablegen
  24. libavcodec/*_tables.c
  25. libavcodec/*_tables.h
  26. libavcodec/libavcodec*
  27. libavcore/libavcore*
  28. libavdevice/libavdevice*
  29. libavfilter/libavfilter*
  30. libavformat/libavformat*
  31. libavutil/avconfig.h
  32. libavutil/libavutil*
  33. libpostproc/libpostproc*
  34. libswscale/libswscale*
  35. tests/audiogen
  36. tests/base64
  37. tests/data
  38. tests/rotozoom
  39. tests/seek_test
  40. tests/tiny_psnr
  41. tests/videogen
  42. tests/vsynth1
  43. tests/vsynth2
  44. tools/cws2fws
  45. tools/graph2dot
  46. tools/lavfi-showfiltfmts
  47. tools/pktdumper
  48. tools/probetest
  49. tools/qt-faststart
  50. tools/trasher
  51. tools/trasher*.d
  52. version.h