.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. *.ver
  19. *-example
  20. *-test
  21. *_g
  22. /.config
  23. /.version
  24. /ffmpeg
  25. /ffplay
  26. /ffprobe
  27. /ffserver
  28. /config.*
  29. /coverage.info
  30. /version.h
  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/examples/decoding_encoding
  39. /doc/examples/demuxing
  40. /doc/examples/filtering_audio
  41. /doc/examples/filtering_video
  42. /doc/examples/metadata
  43. /doc/examples/muxing
  44. /doc/examples/pc-uninstalled
  45. /doc/examples/resampling_audio
  46. /doc/examples/scaling_video
  47. /doc/fate.txt
  48. /doc/doxy/html/
  49. /doc/print_options
  50. /lcov/
  51. /libavcodec/*_tablegen
  52. /libavcodec/*_tables.c
  53. /libavcodec/*_tables.h
  54. /libavutil/avconfig.h
  55. /tests/audiogen
  56. /tests/base64
  57. /tests/data/
  58. /tests/rotozoom
  59. /tests/tiny_psnr
  60. /tests/tiny_ssim
  61. /tests/videogen
  62. /tests/vsynth1/
  63. /tools/aviocat
  64. /tools/ffbisect
  65. /tools/bisect.need
  66. /tools/cws2fws
  67. /tools/fourcc2pixfmt
  68. /tools/ffescape
  69. /tools/ffeval
  70. /tools/ffhash
  71. /tools/graph2dot
  72. /tools/ismindex
  73. /tools/pktdumper
  74. /tools/probetest
  75. /tools/qt-faststart
  76. /tools/trasher
  77. /tools/seek_print
  78. /tools/zmqsend