.gitignore 853 B

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