Split global .gitignore file into per-directory files

pull/221/head
Diego Biurrun 9 years ago
parent 763d69bfb2
commit 257f00ec1a
  1. 38
      .gitignore
  2. 6
      doc/.gitignore
  3. 1
      doc/doxy/.gitignore
  4. 5
      doc/examples/.gitignore
  5. 4
      libavcodec/.gitignore
  6. 1
      libavformat/.gitignore
  7. 1
      libavutil/.gitignore
  8. 8
      tests/.gitignore
  9. 1
      tests/checkasm/.gitignore
  10. 9
      tools/.gitignore

38
.gitignore vendored

@ -23,43 +23,7 @@
/avconv
/avplay
/avprobe
/avversion.h
/config.*
/coverage.info
/avversion.h
/doc/*.1
/doc/*.html
/doc/*.pod
/doc/avoptions_codec.texi
/doc/avoptions_format.texi
/doc/doxy/html/
/doc/examples/avcodec
/doc/examples/filter_audio
/doc/examples/metadata
/doc/examples/output
/doc/examples/transcode_aac
/doc/print_options
/lcov/
/libavformat/protocol_list.c
/libavcodec/*_tablegen
/libavcodec/*_tables.c
/libavcodec/*_tables.h
/libavcodec/bsf_list.c
/libavutil/avconfig.h
/tests/audiogen
/tests/base64
/tests/checkasm/checkasm
/tests/data/
/tests/pixfmts.mak
/tests/rotozoom
/tests/tiny_psnr
/tests/videogen
/tests/vsynth1/
/tools/aviocat
/tools/cws2fws
/tools/graph2dot
/tools/ismindex
/tools/pktdumper
/tools/probetest
/tools/qt-faststart
/tools/sidxindex
/tools/trasher

6
doc/.gitignore vendored

@ -0,0 +1,6 @@
/*.1
/*.html
/*.pod
/avoptions_codec.texi
/avoptions_format.texi
/print_options

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

@ -0,0 +1,5 @@
/avcodec
/filter_audio
/metadata
/output
/transcode_aac

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

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

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

8
tests/.gitignore vendored

@ -0,0 +1,8 @@
/audiogen
/base64
/data/
/pixfmts.mak
/rotozoom
/tiny_psnr
/videogen
/vsynth1/

@ -0,0 +1 @@
/checkasm

9
tools/.gitignore vendored

@ -0,0 +1,9 @@
/aviocat
/cws2fws
/graph2dot
/ismindex
/pktdumper
/probetest
/qt-faststart
/sidxindex
/trasher
Loading…
Cancel
Save