.gitignore 965 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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/resampling_audio
  41. /doc/examples/scaling_video
  42. /doc/fate.txt
  43. /doc/doxy/html/
  44. /doc/print_options
  45. /libavcodec/*_tablegen
  46. /libavcodec/*_tables.c
  47. /libavcodec/*_tables.h
  48. /libavutil/avconfig.h
  49. /tests/audiogen
  50. /tests/base64
  51. /tests/data/
  52. /tests/rotozoom
  53. /tests/tiny_psnr
  54. /tests/videogen
  55. /tests/vsynth1/
  56. /tools/aviocat
  57. /tools/ffbisect
  58. /tools/bisect.need
  59. /tools/cws2fws
  60. /tools/fourcc2pixfmt
  61. /tools/ffescape
  62. /tools/ffeval
  63. /tools/graph2dot
  64. /tools/ismindex
  65. /tools/pktdumper
  66. /tools/probetest
  67. /tools/qt-faststart
  68. /tools/trasher