.gitignore 776 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. doc/fate.txt
  19. doxy
  20. ffmpeg
  21. ffplay
  22. ffprobe
  23. ffserver
  24. avconv
  25. libavcodec/*_tablegen
  26. libavcodec/*_tables.c
  27. libavcodec/*_tables.h
  28. libavcodec/codec_names.h
  29. libavcodec/libavcodec*
  30. libavcore/libavcore*
  31. libavdevice/libavdevice*
  32. libavfilter/libavfilter*
  33. libavformat/libavformat*
  34. libavutil/avconfig.h
  35. libavutil/libavutil*
  36. libpostproc/libpostproc*
  37. libswresample/libswresample*
  38. libswscale/libswscale*
  39. tests/audiogen
  40. tests/base64
  41. tests/data
  42. tests/rotozoom
  43. tests/tiny_psnr
  44. tests/videogen
  45. tests/vsynth1
  46. tests/vsynth2
  47. tools/aviocat
  48. tools/cws2fws
  49. tools/graph2dot
  50. tools/ismindex
  51. tools/lavfi-showfiltfmts
  52. tools/pktdumper
  53. tools/probetest
  54. tools/qt-faststart
  55. tools/trasher
  56. version.h