Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'

* commit '257f00ec1ab06a2a161f535036c6512f3fc8e801':
  Split global .gitignore file into per-directory files

Merged-by: Clément Bœsch <clement@stupeflix.com>
This commit is contained in:
Clément Bœsch 2016-06-22 11:25:49 +02:00
commit 5558ff3a9f
10 changed files with 64 additions and 64 deletions

64
.gitignore vendored
View File

@ -31,69 +31,5 @@
/config.*
/coverage.info
/avversion.h
/doc/*.1
/doc/*.3
/doc/*.html
/doc/*.pod
/doc/config.texi
/doc/avoptions_codec.texi
/doc/avoptions_format.texi
/doc/doxy/html/
/doc/examples/avio_dir_cmd
/doc/examples/avio_reading
/doc/examples/decoding_encoding
/doc/examples/demuxing_decoding
/doc/examples/extract_mvs
/doc/examples/filter_audio
/doc/examples/filtering_audio
/doc/examples/filtering_video
/doc/examples/metadata
/doc/examples/muxing
/doc/examples/pc-uninstalled
/doc/examples/remuxing
/doc/examples/resampling_audio
/doc/examples/scaling_video
/doc/examples/transcode_aac
/doc/examples/transcoding
/doc/fate.txt
/doc/print_options
/lcov/
/libavformat/protocol_list.c
/libavcodec/*_tablegen
/libavcodec/*_tables.c
/libavcodec/*_tables.h
/libavcodec/bsf_list.c
/libavutil/avconfig.h
/libavutil/ffversion.h
/src
/tests/audiogen
/tests/audiomatch
/tests/base64
/tests/checkasm/checkasm
/tests/data/
/tests/pixfmts.mak
/tests/rotozoom
/tests/test_copy.ffmeta
/tests/tiny_psnr
/tests/tiny_ssim
/tests/videogen
/tests/vsynth1/
/tools/aviocat
/tools/ffbisect
/tools/bisect.need
/tools/crypto_bench
/tools/cws2fws
/tools/fourcc2pixfmt
/tools/ffescape
/tools/ffeval
/tools/ffhash
/tools/graph2dot
/tools/ismindex
/tools/pktdumper
/tools/probetest
/tools/qt-faststart
/tools/sidxindex
/tools/trasher
/tools/seek_print
/tools/uncoded_frame
/tools/zmqsend

9
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/*.1
/*.3
/*.html
/*.pod
/config.texi
/avoptions_codec.texi
/avoptions_format.texi
/fate.txt
/print_options

1
doc/doxy/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/html/

16
doc/examples/.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
/avio_dir_cmd
/avio_reading
/decoding_encoding
/demuxing_decoding
/extract_mvs
/filter_audio
/filtering_audio
/filtering_video
/metadata
/muxing
/pc-uninstalled
/remuxing
/resampling_audio
/scaling_video
/transcode_aac
/transcoding

4
libavcodec/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/*_tablegen
/*_tables.c
/*_tables.h
/bsf_list.c

1
libavformat/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/protocol_list.c

2
libavutil/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/avconfig.h
/ffversion.h

11
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/audiogen
/audiomatch
/base64
/data/
/pixfmts.mak
/rotozoom
/test_copy.ffmeta
/tiny_psnr
/tiny_ssim
/videogen
/vsynth1/

1
tests/checkasm/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/checkasm

19
tools/.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
/aviocat
/ffbisect
/bisect.need
/crypto_bench
/cws2fws
/fourcc2pixfmt
/ffescape
/ffeval
/ffhash
/graph2dot
/ismindex
/pktdumper
/probetest
/qt-faststart
/sidxindex
/trasher
/seek_print
/uncoded_frame
/zmqsend