.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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/audiomatch
  70. /tests/base64
  71. /tests/checkasm/checkasm
  72. /tests/data/
  73. /tests/pixfmts.mak
  74. /tests/rotozoom
  75. /tests/test_copy.ffmeta
  76. /tests/tiny_psnr
  77. /tests/tiny_ssim
  78. /tests/videogen
  79. /tests/vsynth1/
  80. /tools/aviocat
  81. /tools/ffbisect
  82. /tools/bisect.need
  83. /tools/crypto_bench
  84. /tools/cws2fws
  85. /tools/fourcc2pixfmt
  86. /tools/ffescape
  87. /tools/ffeval
  88. /tools/ffhash
  89. /tools/graph2dot
  90. /tools/ismindex
  91. /tools/pktdumper
  92. /tools/probetest
  93. /tools/qt-faststart
  94. /tools/sidxindex
  95. /tools/trasher
  96. /tools/seek_print
  97. /tools/uncoded_frame
  98. /tools/zmqsend