.gitignore 734 B

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