Browse Source

convert svn:ignore properties to .gitignore files

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

+ 15
- 0
.gitignore View File

@@ -0,0 +1,15 @@
.config
.version
*.o
*.d
*.exe
*.ho
*-test
*_g
config.*
doxy
ffmpeg
ffplay
ffprobe
ffserver
version.h

+ 3
- 0
doc/.gitignore View File

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

+ 1
- 0
ffpresets/.gitignore View File

@@ -0,0 +1 @@


+ 8
- 0
libavcodec/.gitignore View File

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


+ 5
- 0
libavcore/.gitignore View File

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


+ 8
- 0
libavdevice/.gitignore View File

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


+ 8
- 0
libavfilter/.gitignore View File

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


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

@@ -0,0 +1 @@


+ 8
- 0
libavformat/.gitignore View File

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


+ 9
- 0
libavutil/.gitignore View File

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


+ 6
- 0
libpostproc/.gitignore View File

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

+ 7
- 0
libswscale/.gitignore View File

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

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

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

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

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

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

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

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

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

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

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

+ 12
- 0
tests/.gitignore View File

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

+ 18
- 0
tools/.gitignore View File

@@ -0,0 +1,18 @@
*.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