diff options
author | Anton Khirnov | 2016-03-20 10:00:58 +0100 |
---|---|---|
committer | Anton Khirnov | 2016-04-19 13:34:07 +0200 |
commit | 06edef3d5e072ef3c4face9ce946d2d9c36cc477 (patch) | |
tree | 00ca9d805e3eeb8a36a7467199b2a53480d6753f /.gitignore | |
parent | a0f469da744db83db32f3fe13186ee4aa2bc7dc5 (diff) |
Generate the lists of enabled protocols/bsfs from configure.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f14290e03..0d8f1fb8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -39,9 +39,11 @@ /doc/examples/transcode_aac /doc/print_options /lcov/ +/libavformat/protocol_list.c /libavcodec/*_tablegen /libavcodec/*_tables.c /libavcodec/*_tables.h +/libavcodec/bsf_list.c /libavutil/avconfig.h /tests/audiogen /tests/base64 |