Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'
Browse files Browse the repository at this point in the history
* commit '257f00ec1ab06a2a161f535036c6512f3fc8e801':
  Split global .gitignore file into per-directory files

Merged-by: Clément Bœsch <[email protected]>
  • Loading branch information
ubitux committed Jun 22, 2016
2 parents 8518557 + 257f00e commit 5558ff3
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 64 deletions.
64 changes: 0 additions & 64 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 9 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*.1
/*.3
/*.html
/*.pod
/config.texi
/avoptions_codec.texi
/avoptions_format.texi
/fate.txt
/print_options
1 change: 1 addition & 0 deletions doc/doxy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/html/
16 changes: 16 additions & 0 deletions doc/examples/.gitignore
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions libavcodec/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*_tablegen
/*_tables.c
/*_tables.h
/bsf_list.c
1 change: 1 addition & 0 deletions libavformat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/protocol_list.c
2 changes: 2 additions & 0 deletions libavutil/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/avconfig.h
/ffversion.h
11 changes: 11 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/audiogen
/audiomatch
/base64
/data/
/pixfmts.mak
/rotozoom
/test_copy.ffmeta
/tiny_psnr
/tiny_ssim
/videogen
/vsynth1/
1 change: 1 addition & 0 deletions tests/checkasm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/checkasm
19 changes: 19 additions & 0 deletions tools/.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5558ff3

Please sign in to comment.