.gitignore 827 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. *.a
  2. *.o
  3. *.d
  4. *.def
  5. *.dll
  6. *.exe
  7. *.ho
  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/filtering_audio
  31. /doc/examples/filtering_video
  32. /doc/examples/metadata
  33. /doc/examples/muxing
  34. /doc/fate.txt
  35. /doc/print_options
  36. /doxy/
  37. /libavcodec/*_tablegen
  38. /libavcodec/*_tables.c
  39. /libavcodec/*_tables.h
  40. /libavcodec/codec_names.h
  41. /libavutil/avconfig.h
  42. /tests/audiogen
  43. /tests/base64
  44. /tests/data/
  45. /tests/rotozoom
  46. /tests/tiny_psnr
  47. /tests/videogen
  48. /tests/vsynth1/
  49. /tools/aviocat
  50. /tools/ffbisect
  51. /tools/bisect.need
  52. /tools/cws2fws
  53. /tools/ffeval
  54. /tools/graph2dot
  55. /tools/ismindex
  56. /tools/pktdumper
  57. /tools/probetest
  58. /tools/qt-faststart
  59. /tools/trasher