Commit 1b4f0857 authored by Diego Biurrun's avatar Diego Biurrun

gitignore: replace library catch-all pattern by more specific patterns

Ignoring all files that start with the name of a library matches some
files that are not generated.  So replace libfoo/libfoo* with patterns
for static and shared libraries, pkg-config and version files.
parent 0a07f2b3
.config
.version
*.a
*.o
*.d
*.exe
*.ho
*.pc
*.so
*.so.*
*.ver
*-example
*-test
config.*
......@@ -21,13 +26,7 @@ doc/print_options
libavcodec/*_tablegen
libavcodec/*_tables.c
libavcodec/*_tables.h
libavcodec/libavcodec*
libavdevice/libavdevice*
libavfilter/libavfilter*
libavformat/libavformat*
libavutil/avconfig.h
libavutil/libavutil*
libswscale/libswscale*
tests/audiogen
tests/base64
tests/data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment