.gitignore 681 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. avconv
  20. libavcodec/*_tablegen
  21. libavcodec/*_tables.c
  22. libavcodec/*_tables.h
  23. libavcodec/codec_names.h
  24. libavcodec/libavcodec*
  25. libavcore/libavcore*
  26. libavdevice/libavdevice*
  27. libavfilter/libavfilter*
  28. libavformat/libavformat*
  29. libavutil/avconfig.h
  30. libavutil/libavutil*
  31. libpostproc/libpostproc*
  32. libswscale/libswscale*
  33. tests/audiogen
  34. tests/base64
  35. tests/data
  36. tests/rotozoom
  37. tests/tiny_psnr
  38. tests/videogen
  39. tests/vsynth1
  40. tests/vsynth2
  41. tools/cws2fws
  42. tools/graph2dot
  43. tools/lavfi-showfiltfmts
  44. tools/pktdumper
  45. tools/probetest
  46. tools/qt-faststart
  47. tools/trasher
  48. version.h