.gitignore 673 B

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