.gitignore 656 B

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