.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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/filter_audio
  43. /doc/examples/filtering_audio
  44. /doc/examples/filtering_video
  45. /doc/examples/metadata
  46. /doc/examples/muxing
  47. /doc/examples/pc-uninstalled
  48. /doc/examples/remuxing
  49. /doc/examples/resampling_audio
  50. /doc/examples/scaling_video
  51. /doc/examples/transcode_aac
  52. /doc/examples/transcoding
  53. /doc/fate.txt
  54. /doc/print_options
  55. /lcov/
  56. /libavcodec/*_tablegen
  57. /libavcodec/*_tables.c
  58. /libavcodec/*_tables.h
  59. /libavutil/avconfig.h
  60. /libavutil/ffversion.h
  61. /tests/audiogen
  62. /tests/base64
  63. /tests/data/
  64. /tests/rotozoom
  65. /tests/tiny_psnr
  66. /tests/tiny_ssim
  67. /tests/videogen
  68. /tests/vsynth1/
  69. /tools/aviocat
  70. /tools/ffbisect
  71. /tools/bisect.need
  72. /tools/crypto_bench
  73. /tools/cws2fws
  74. /tools/fourcc2pixfmt
  75. /tools/ffescape
  76. /tools/ffeval
  77. /tools/ffhash
  78. /tools/graph2dot
  79. /tools/ismindex
  80. /tools/pktdumper
  81. /tools/probetest
  82. /tools/qt-faststart
  83. /tools/trasher
  84. /tools/seek_print
  85. /tools/uncoded_frame
  86. /tools/zmqsend