Browse Source

Split global .gitignore file into per-directory files

tags/n3.1
Diego Biurrun 9 years ago
parent
commit
257f00ec1a
10 changed files with 37 additions and 37 deletions
  1. +1
    -37
      .gitignore
  2. +6
    -0
      doc/.gitignore
  3. +1
    -0
      doc/doxy/.gitignore
  4. +5
    -0
      doc/examples/.gitignore
  5. +4
    -0
      libavcodec/.gitignore
  6. +1
    -0
      libavformat/.gitignore
  7. +1
    -0
      libavutil/.gitignore
  8. +8
    -0
      tests/.gitignore
  9. +1
    -0
      tests/checkasm/.gitignore
  10. +9
    -0
      tools/.gitignore

+ 1
- 37
.gitignore View File

@@ -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
- 0
doc/.gitignore View File

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

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

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

+ 5
- 0
doc/examples/.gitignore View File

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

+ 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

+ 1
- 0
libavutil/.gitignore View File

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

+ 8
- 0
tests/.gitignore View File

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

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

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

+ 9
- 0
tools/.gitignore View File

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

Loading…
Cancel
Save