Browse Source

Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'

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

Merged-by: Clément Bœsch <clement@stupeflix.com>
tags/n3.1
Clément Bœsch 9 years ago
parent
commit
5558ff3a9f
10 changed files with 64 additions and 64 deletions
  1. +0
    -64
      .gitignore
  2. +9
    -0
      doc/.gitignore
  3. +1
    -0
      doc/doxy/.gitignore
  4. +16
    -0
      doc/examples/.gitignore
  5. +4
    -0
      libavcodec/.gitignore
  6. +1
    -0
      libavformat/.gitignore
  7. +2
    -0
      libavutil/.gitignore
  8. +11
    -0
      tests/.gitignore
  9. +1
    -0
      tests/checkasm/.gitignore
  10. +19
    -0
      tools/.gitignore

+ 0
- 64
.gitignore View File

@@ -31,69 +31,5 @@
/config.* /config.*
/coverage.info /coverage.info
/avversion.h /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/ /lcov/
/libavformat/protocol_list.c
/libavcodec/*_tablegen
/libavcodec/*_tables.c
/libavcodec/*_tables.h
/libavcodec/bsf_list.c
/libavutil/avconfig.h
/libavutil/ffversion.h
/src /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
- 0
doc/.gitignore View File

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

+ 1
- 0
doc/doxy/.gitignore View File

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

+ 16
- 0
doc/examples/.gitignore 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
- 0
libavcodec/.gitignore View File

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

+ 1
- 0
libavformat/.gitignore View File

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

+ 2
- 0
libavutil/.gitignore View File

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

+ 11
- 0
tests/.gitignore View File

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

+ 1
- 0
tests/checkasm/.gitignore View File

@@ -0,0 +1 @@
/checkasm

+ 19
- 0
tools/.gitignore 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

Loading…
Cancel
Save