.gitignore 1.5 KB

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