convert svn:ignore properties to .gitignore files

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

15
.gitignore vendored

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

3
doc/.gitignore vendored

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12
tests/.gitignore vendored

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

18
tools/.gitignore vendored

@ -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