.gitignore 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. *.a
  2. *.o
  3. *.d
  4. *.def
  5. *.dll
  6. *.dylib
  7. *.exe
  8. *.exp
  9. *.h.c
  10. *.ilk
  11. *.lib
  12. *.pc
  13. *.pdb
  14. *.so
  15. *.so.*
  16. *.ver
  17. *-example
  18. *-test
  19. *_g
  20. /.config
  21. /.version
  22. /ffmpeg
  23. /ffplay
  24. /ffprobe
  25. /ffserver
  26. /config.*
  27. /version.h
  28. /doc/*.1
  29. /doc/*.3
  30. /doc/*.html
  31. /doc/*.pod
  32. /doc/avoptions_codec.texi
  33. /doc/avoptions_format.texi
  34. /doc/examples/decoding_encoding
  35. /doc/examples/demuxing
  36. /doc/examples/filtering_audio
  37. /doc/examples/filtering_video
  38. /doc/examples/metadata
  39. /doc/examples/muxing
  40. /doc/examples/pc-uninstalled
  41. /doc/examples/resampling_audio
  42. /doc/examples/scaling_video
  43. /doc/fate.txt
  44. /doc/doxy/html/
  45. /doc/print_options
  46. /libavcodec/*_tablegen
  47. /libavcodec/*_tables.c
  48. /libavcodec/*_tables.h
  49. /libavutil/avconfig.h
  50. /tests/audiogen
  51. /tests/base64
  52. /tests/data/
  53. /tests/rotozoom
  54. /tests/tiny_psnr
  55. /tests/videogen
  56. /tests/vsynth1/
  57. /tools/aviocat
  58. /tools/ffbisect
  59. /tools/bisect.need
  60. /tools/cws2fws
  61. /tools/fourcc2pixfmt
  62. /tools/ffescape
  63. /tools/ffeval
  64. /tools/graph2dot
  65. /tools/ismindex
  66. /tools/pktdumper
  67. /tools/probetest
  68. /tools/qt-faststart
  69. /tools/trasher
  70. /tools/seek_print