.gitignore 649 B

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