.gitignore 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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/tiny_psnr
  68. /tests/tiny_ssim
  69. /tests/videogen
  70. /tests/vsynth1/
  71. /tools/aviocat
  72. /tools/ffbisect
  73. /tools/bisect.need
  74. /tools/crypto_bench
  75. /tools/cws2fws
  76. /tools/fourcc2pixfmt
  77. /tools/ffescape
  78. /tools/ffeval
  79. /tools/ffhash
  80. /tools/graph2dot
  81. /tools/ismindex
  82. /tools/pktdumper
  83. /tools/probetest
  84. /tools/qt-faststart
  85. /tools/trasher
  86. /tools/seek_print
  87. /tools/uncoded_frame
  88. /tools/zmqsend