This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
a1c68a438c
commit
348b8218f7
38 changed files
with
176 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
.gitignore
+3
-0
doc/.gitignore
+1
-0
ffpresets/.gitignore
+8
-0
libavcodec/.gitignore
+3
-0
libavcodec/alpha/.gitignore
+3
-0
libavcodec/arm/.gitignore
+3
-0
libavcodec/avr32/.gitignore
+3
-0
libavcodec/bfin/.gitignore
+3
-0
libavcodec/mips/.gitignore
+3
-0
libavcodec/mlib/.gitignore
+3
-0
libavcodec/ppc/.gitignore
+3
-0
libavcodec/ps2/.gitignore
+3
-0
libavcodec/sh4/.gitignore
+3
-0
libavcodec/sparc/.gitignore
+5
-0
libavcodec/x86/.gitignore
+5
-0
libavcore/.gitignore
+8
-0
libavdevice/.gitignore
+8
-0
libavfilter/.gitignore
+1
-0
libavfilter/x86/.gitignore
+8
-0
libavformat/.gitignore
+9
-0
libavutil/.gitignore
+3
-0
libavutil/arm/.gitignore
+2
-0
libavutil/avr32/.gitignore
+3
-0
libavutil/bfin/.gitignore
+2
-0
libavutil/mips/.gitignore
+3
-0
libavutil/ppc/.gitignore
+3
-0
libavutil/sh4/.gitignore
+3
-0
libavutil/tomi/.gitignore
+3
-0
libavutil/x86/.gitignore
+6
-0
libpostproc/.gitignore
+7
-0
libswscale/.gitignore
+2
-0
libswscale/bfin/.gitignore
+2
-0
libswscale/mlib/.gitignore
+2
-0
libswscale/ppc/.gitignore
+2
-0
libswscale/sparc/.gitignore
+2
-0
libswscale/x86/.gitignore
+12
-0
tests/.gitignore
+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
Write
Preview
Loading…
Cancel
Save