.gitignore 817 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .config
  2. .version
  3. *.a
  4. *.o
  5. *.d
  6. *.def
  7. *.dll
  8. *.exe
  9. *.ho
  10. *.lib
  11. *.pc
  12. *.so
  13. *.so.*
  14. *.ver
  15. *-example
  16. *-test
  17. *_g
  18. *.def
  19. *.dll
  20. *.lib
  21. *.exp
  22. config.*
  23. doc/*.1
  24. doc/*.html
  25. doc/*.pod
  26. doc/fate.txt
  27. doxy
  28. ffmpeg
  29. ffplay
  30. ffprobe
  31. ffserver
  32. avconv
  33. doc/avoptions_codec.texi
  34. doc/avoptions_format.texi
  35. doc/print_options
  36. doc/examples/decoding_encoding
  37. doc/examples/filtering_audio
  38. doc/examples/filtering_video
  39. doc/examples/metadata
  40. doc/examples/muxing
  41. libavcodec/*_tablegen
  42. libavcodec/*_tables.c
  43. libavcodec/*_tables.h
  44. libavcodec/codec_names.h
  45. libavutil/avconfig.h
  46. tests/audiogen
  47. tests/base64
  48. tests/data
  49. tests/rotozoom
  50. tests/tiny_psnr
  51. tests/videogen
  52. tests/vsynth1
  53. tests/vsynth2
  54. tools/aviocat
  55. tools/cws2fws
  56. tools/ffeval
  57. tools/graph2dot
  58. tools/ismindex
  59. tools/lavfi-showfiltfmts
  60. tools/pktdumper
  61. tools/probetest
  62. tools/qt-faststart
  63. tools/trasher
  64. version.h