.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. *.a
  2. *.o
  3. *.d
  4. *.def
  5. *.dll
  6. *.dylib
  7. *.exe
  8. *.exp
  9. *.gcda
  10. *.gcno
  11. *.h.c
  12. *.ilk
  13. *.lib
  14. *.pc
  15. *.pdb
  16. *.so
  17. *.so.*
  18. *.ver
  19. *-example
  20. *-test
  21. *_g
  22. /.config
  23. /.version
  24. /ffmpeg
  25. /ffplay
  26. /ffprobe
  27. /ffserver
  28. /config.*
  29. /coverage.info
  30. /doc/*.1
  31. /doc/*.3
  32. /doc/*.html
  33. /doc/*.pod
  34. /doc/config.texi
  35. /doc/avoptions_codec.texi
  36. /doc/avoptions_format.texi
  37. /doc/doxy/html/
  38. /doc/examples/avio_reading
  39. /doc/examples/avcodec
  40. /doc/examples/demuxing_decoding
  41. /doc/examples/filter_audio
  42. /doc/examples/filtering_audio
  43. /doc/examples/filtering_video
  44. /doc/examples/metadata
  45. /doc/examples/muxing
  46. /doc/examples/pc-uninstalled
  47. /doc/examples/remuxing
  48. /doc/examples/resampling_audio
  49. /doc/examples/scaling_video
  50. /doc/examples/transcode_aac
  51. /doc/fate.txt
  52. /doc/print_options
  53. /lcov/
  54. /libavcodec/*_tablegen
  55. /libavcodec/*_tables.c
  56. /libavcodec/*_tables.h
  57. /libavutil/avconfig.h
  58. /libavutil/ffversion.h
  59. /tests/audiogen
  60. /tests/base64
  61. /tests/data/
  62. /tests/rotozoom
  63. /tests/tiny_psnr
  64. /tests/tiny_ssim
  65. /tests/videogen
  66. /tests/vsynth1/
  67. /tools/aviocat
  68. /tools/ffbisect
  69. /tools/bisect.need
  70. /tools/crypto_bench
  71. /tools/cws2fws
  72. /tools/fourcc2pixfmt
  73. /tools/ffescape
  74. /tools/ffeval
  75. /tools/ffhash
  76. /tools/graph2dot
  77. /tools/ismindex
  78. /tools/pktdumper
  79. /tools/probetest
  80. /tools/qt-faststart
  81. /tools/trasher
  82. /tools/seek_print
  83. /tools/zmqsend