.gitignore 621 B

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