.gitignore 1.4 KB

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