Browse Source

consolidate .gitignore patters into a single file

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
tags/n0.8
Janne Grunau 14 years ago
parent
commit
2c3589bfda
38 changed files with 30 additions and 161 deletions
  1. +30
    -0
      .gitignore
  2. +0
    -3
      doc/.gitignore
  3. +0
    -1
      ffpresets/.gitignore
  4. +0
    -8
      libavcodec/.gitignore
  5. +0
    -3
      libavcodec/alpha/.gitignore
  6. +0
    -3
      libavcodec/arm/.gitignore
  7. +0
    -3
      libavcodec/avr32/.gitignore
  8. +0
    -3
      libavcodec/bfin/.gitignore
  9. +0
    -3
      libavcodec/mips/.gitignore
  10. +0
    -3
      libavcodec/mlib/.gitignore
  11. +0
    -3
      libavcodec/ppc/.gitignore
  12. +0
    -3
      libavcodec/ps2/.gitignore
  13. +0
    -3
      libavcodec/sh4/.gitignore
  14. +0
    -3
      libavcodec/sparc/.gitignore
  15. +0
    -5
      libavcodec/x86/.gitignore
  16. +0
    -5
      libavcore/.gitignore
  17. +0
    -8
      libavdevice/.gitignore
  18. +0
    -8
      libavfilter/.gitignore
  19. +0
    -1
      libavfilter/x86/.gitignore
  20. +0
    -8
      libavformat/.gitignore
  21. +0
    -9
      libavutil/.gitignore
  22. +0
    -3
      libavutil/arm/.gitignore
  23. +0
    -2
      libavutil/avr32/.gitignore
  24. +0
    -3
      libavutil/bfin/.gitignore
  25. +0
    -2
      libavutil/mips/.gitignore
  26. +0
    -3
      libavutil/ppc/.gitignore
  27. +0
    -3
      libavutil/sh4/.gitignore
  28. +0
    -3
      libavutil/tomi/.gitignore
  29. +0
    -3
      libavutil/x86/.gitignore
  30. +0
    -6
      libpostproc/.gitignore
  31. +0
    -7
      libswscale/.gitignore
  32. +0
    -2
      libswscale/bfin/.gitignore
  33. +0
    -2
      libswscale/mlib/.gitignore
  34. +0
    -2
      libswscale/ppc/.gitignore
  35. +0
    -2
      libswscale/sparc/.gitignore
  36. +0
    -2
      libswscale/x86/.gitignore
  37. +0
    -12
      tests/.gitignore
  38. +0
    -18
      tools/.gitignore

+ 30
- 0
.gitignore View File

@@ -4,12 +4,42 @@
*.d *.d
*.exe *.exe
*.ho *.ho
*-example
*-test *-test
*_g *_g
config.* config.*
doc/*.1
doc/*.html
doc/*.pod
doxy doxy
ffmpeg ffmpeg
ffplay ffplay
ffprobe ffprobe
ffserver ffserver
libavcodec/libavcodec*
libavcore/libavcore*
libavdevice/libavdevice*
libavfilter/libavfilter*
libavformat/libavformat*
libavutil/avconfig.h
libavutil/libavutil*
libpostproc/libpostproc*
libswscale/libswscale*
tests/audiogen
tests/base64
tests/data
tests/rotozoom
tests/seek_test
tests/tiny_psnr
tests/videogen
tests/vsynth1
tests/vsynth2
tools/cws2fws
tools/graph2dot
tools/lavfi-showfiltfmts
tools/pktdumper
tools/probetest
tools/qt-faststart
tools/trasher
tools/trasher*.d
version.h version.h

+ 0
- 3
doc/.gitignore View File

@@ -1,3 +0,0 @@
*.1
*.html
*.pod

+ 0
- 1
ffpresets/.gitignore View File

@@ -1 +0,0 @@


+ 0
- 8
libavcodec/.gitignore View File

@@ -1,8 +0,0 @@
*.o
*.d
*.exe
*.ho
*-example
*-test
libavcodec*


+ 0
- 3
libavcodec/alpha/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/arm/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/avr32/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/bfin/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/mips/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/mlib/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/ppc/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/ps2/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/sh4/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavcodec/sparc/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 5
libavcodec/x86/.gitignore View File

@@ -1,5 +0,0 @@
*.d
*.exe
*.ho
*-test


+ 0
- 5
libavcore/.gitignore View File

@@ -1,5 +0,0 @@
*.o
*.d
*.ho
libavcore*


+ 0
- 8
libavdevice/.gitignore View File

@@ -1,8 +0,0 @@
*.o
*.d
*.exe
*.ho
*-example
*-test
libavdevice*


+ 0
- 8
libavfilter/.gitignore View File

@@ -1,8 +0,0 @@
*.o
*.d
*.exe
*.ho
*-example
*-test
libavfilter*


+ 0
- 1
libavfilter/x86/.gitignore View File

@@ -1 +0,0 @@


+ 0
- 8
libavformat/.gitignore View File

@@ -1,8 +0,0 @@
*.o
*.d
*.exe
*.ho
*-example
*-test
libavformat*


+ 0
- 9
libavutil/.gitignore View File

@@ -1,9 +0,0 @@
*.d
*.o
*.exe
*.ho
*-example
*-test
libavutil*
avconfig.h


+ 0
- 3
libavutil/arm/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 2
libavutil/avr32/.gitignore View File

@@ -1,2 +0,0 @@
*.ho


+ 0
- 3
libavutil/bfin/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 2
libavutil/mips/.gitignore View File

@@ -1,2 +0,0 @@
*.ho


+ 0
- 3
libavutil/ppc/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavutil/sh4/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavutil/tomi/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 3
libavutil/x86/.gitignore View File

@@ -1,3 +0,0 @@
*.d
*.ho


+ 0
- 6
libpostproc/.gitignore View File

@@ -1,6 +0,0 @@
*.d
*.exe
*.ho
*-example
*-test
libpostproc*

+ 0
- 7
libswscale/.gitignore View File

@@ -1,7 +0,0 @@
*.d
*.exe
*.ho
*-example
*-test
libswscale*
*.o

+ 0
- 2
libswscale/bfin/.gitignore View File

@@ -1,2 +0,0 @@
*.d
*.ho

+ 0
- 2
libswscale/mlib/.gitignore View File

@@ -1,2 +0,0 @@
*.d
*.ho

+ 0
- 2
libswscale/ppc/.gitignore View File

@@ -1,2 +0,0 @@
*.d
*.ho

+ 0
- 2
libswscale/sparc/.gitignore View File

@@ -1,2 +0,0 @@
*.d
*.ho

+ 0
- 2
libswscale/x86/.gitignore View File

@@ -1,2 +0,0 @@
*.d
*.ho

+ 0
- 12
tests/.gitignore View File

@@ -1,12 +0,0 @@
*.o
*.d
*.exe
audiogen
base64
data
rotozoom
seek_test
tiny_psnr
videogen
vsynth1
vsynth2

+ 0
- 18
tools/.gitignore View File

@@ -1,18 +0,0 @@
*.o
*.d
*.exe
cws2fws
graph2dot
lavfi-showfiltfmts
pktdumper
probetest
qt-faststart
trasher*.d
*.exe
cws2fws
graph2dot
lavfi-showfiltfmts
pktdumper
probetest
qt-faststart
trasher

Loading…
Cancel
Save