Commit 40e61b7b authored by Diego Biurrun's avatar Diego Biurrun

gitignore: Use full path instead of relative path to specify patterns

This avoids confusion from patterns meant to only match at the top
level matching files in subdirectories.
parent 89b81a1c
.config
.version
*.a *.a
*.o *.o
*.d *.d
...@@ -14,36 +12,38 @@ ...@@ -14,36 +12,38 @@
*.ver *.ver
*-example *-example
*-test *-test
config.* /.config
doc/*.1 /.version
doc/*.html /avconv
doc/*.pod /avplay
doxy /avprobe
avconv /avserver
avplay /config.*
avprobe /version.h
avserver /doc/*.1
doc/avoptions_codec.texi /doc/*.html
doc/avoptions_format.texi /doc/*.pod
doc/print_options /doc/avoptions_codec.texi
libavcodec/*_tablegen /doc/avoptions_format.texi
libavcodec/*_tables.c /doc/print_options
libavcodec/*_tables.h /doxy/
libavutil/avconfig.h /libavcodec/*_tablegen
tests/audiogen /libavcodec/*_tables.c
tests/base64 /libavcodec/*_tables.h
tests/data /libavutil/avconfig.h
tests/rotozoom /tests/audiogen
tests/tiny_psnr /tests/base64
tests/videogen /tests/data/
tests/vsynth1 /tests/rotozoom
tools/aviocat /tests/tiny_psnr
tools/cws2fws /tests/videogen
tools/graph2dot /tests/vsynth1/
tools/ismindex /tools/aviocat
tools/lavfi-showfiltfmts /tools/cws2fws
tools/pktdumper /tools/graph2dot
tools/probetest /tools/ismindex
tools/qt-faststart /tools/lavfi-showfiltfmts
tools/trasher /tools/pktdumper
version.h /tools/probetest
/tools/qt-faststart
/tools/trasher
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