.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. *.swp
  19. *.ver
  20. *-example
  21. *-test
  22. *_g
  23. /.config
  24. /.version
  25. /ffmpeg
  26. /ffplay
  27. /ffprobe
  28. /ffserver
  29. /config.*
  30. /coverage.info
  31. /doc/*.1
  32. /doc/*.3
  33. /doc/*.html
  34. /doc/*.pod
  35. /doc/config.texi
  36. /doc/avoptions_codec.texi
  37. /doc/avoptions_format.texi
  38. /doc/doxy/html/
  39. /doc/examples/avio_reading
  40. /doc/examples/decoding_encoding
  41. /doc/examples/demuxing_decoding
  42. /doc/examples/extract_mvs
  43. /doc/examples/filter_audio
  44. /doc/examples/filtering_audio
  45. /doc/examples/filtering_video
  46. /doc/examples/metadata
  47. /doc/examples/muxing
  48. /doc/examples/pc-uninstalled
  49. /doc/examples/remuxing
  50. /doc/examples/resampling_audio
  51. /doc/examples/scaling_video
  52. /doc/examples/transcode_aac
  53. /doc/examples/transcoding
  54. /doc/fate.txt
  55. /doc/print_options
  56. /lcov/
  57. /libavcodec/*_tablegen
  58. /libavcodec/*_tables.c
  59. /libavcodec/*_tables.h
  60. /libavutil/avconfig.h
  61. /libavutil/ffversion.h
  62. /tests/audiogen
  63. /tests/base64
  64. /tests/data/
  65. /tests/pixfmts.mak
  66. /tests/rotozoom
  67. /tests/test_copy.ffmeta
  68. /tests/tiny_psnr
  69. /tests/tiny_ssim
  70. /tests/videogen
  71. /tests/vsynth1/
  72. /tools/aviocat
  73. /tools/ffbisect
  74. /tools/bisect.need
  75. /tools/crypto_bench
  76. /tools/cws2fws
  77. /tools/fourcc2pixfmt
  78. /tools/ffescape
  79. /tools/ffeval
  80. /tools/ffhash
  81. /tools/graph2dot
  82. /tools/ismindex
  83. /tools/pktdumper
  84. /tools/probetest
  85. /tools/qt-faststart
  86. /tools/sidxindex
  87. /tools/trasher
  88. /tools/seek_print
  89. /tools/uncoded_frame
  90. /tools/zmqsend