convert svn:ignore properties to .gitignore files
authorJanne Grunau <janne-ffmpeg@jannau.net>
Mon, 17 Jan 2011 14:49:11 +0000 (15:49 +0100)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Mon, 17 Jan 2011 14:50:14 +0000 (15:50 +0100)
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
38 files changed:
.gitignore [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
ffpresets/.gitignore [new file with mode: 0644]
libavcodec/.gitignore [new file with mode: 0644]
libavcodec/alpha/.gitignore [new file with mode: 0644]
libavcodec/arm/.gitignore [new file with mode: 0644]
libavcodec/avr32/.gitignore [new file with mode: 0644]
libavcodec/bfin/.gitignore [new file with mode: 0644]
libavcodec/mips/.gitignore [new file with mode: 0644]
libavcodec/mlib/.gitignore [new file with mode: 0644]
libavcodec/ppc/.gitignore [new file with mode: 0644]
libavcodec/ps2/.gitignore [new file with mode: 0644]
libavcodec/sh4/.gitignore [new file with mode: 0644]
libavcodec/sparc/.gitignore [new file with mode: 0644]
libavcodec/x86/.gitignore [new file with mode: 0644]
libavcore/.gitignore [new file with mode: 0644]
libavdevice/.gitignore [new file with mode: 0644]
libavfilter/.gitignore [new file with mode: 0644]
libavfilter/x86/.gitignore [new file with mode: 0644]
libavformat/.gitignore [new file with mode: 0644]
libavutil/.gitignore [new file with mode: 0644]
libavutil/arm/.gitignore [new file with mode: 0644]
libavutil/avr32/.gitignore [new file with mode: 0644]
libavutil/bfin/.gitignore [new file with mode: 0644]
libavutil/mips/.gitignore [new file with mode: 0644]
libavutil/ppc/.gitignore [new file with mode: 0644]
libavutil/sh4/.gitignore [new file with mode: 0644]
libavutil/tomi/.gitignore [new file with mode: 0644]
libavutil/x86/.gitignore [new file with mode: 0644]
libpostproc/.gitignore [new file with mode: 0644]
libswscale/.gitignore [new file with mode: 0644]
libswscale/bfin/.gitignore [new file with mode: 0644]
libswscale/mlib/.gitignore [new file with mode: 0644]
libswscale/ppc/.gitignore [new file with mode: 0644]
libswscale/sparc/.gitignore [new file with mode: 0644]
libswscale/x86/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tools/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..64dc57b
--- /dev/null
@@ -0,0 +1,15 @@
+.config
+.version
+*.o
+*.d
+*.exe
+*.ho
+*-test
+*_g
+config.*
+doxy
+ffmpeg
+ffplay
+ffprobe
+ffserver
+version.h
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644 (file)
index 0000000..aeaee91
--- /dev/null
@@ -0,0 +1,3 @@
+*.1
+*.html
+*.pod
diff --git a/ffpresets/.gitignore b/ffpresets/.gitignore
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+
diff --git a/libavcodec/.gitignore b/libavcodec/.gitignore
new file mode 100644 (file)
index 0000000..40a1c87
--- /dev/null
@@ -0,0 +1,8 @@
+*.o
+*.d
+*.exe
+*.ho
+*-example
+*-test
+libavcodec*
+
diff --git a/libavcodec/alpha/.gitignore b/libavcodec/alpha/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/arm/.gitignore b/libavcodec/arm/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/avr32/.gitignore b/libavcodec/avr32/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/bfin/.gitignore b/libavcodec/bfin/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/mips/.gitignore b/libavcodec/mips/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/mlib/.gitignore b/libavcodec/mlib/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/ppc/.gitignore b/libavcodec/ppc/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/ps2/.gitignore b/libavcodec/ps2/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/sh4/.gitignore b/libavcodec/sh4/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/sparc/.gitignore b/libavcodec/sparc/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavcodec/x86/.gitignore b/libavcodec/x86/.gitignore
new file mode 100644 (file)
index 0000000..eb249fb
--- /dev/null
@@ -0,0 +1,5 @@
+*.d
+*.exe
+*.ho
+*-test
+
diff --git a/libavcore/.gitignore b/libavcore/.gitignore
new file mode 100644 (file)
index 0000000..81b5752
--- /dev/null
@@ -0,0 +1,5 @@
+*.o
+*.d
+*.ho
+libavcore*
+
diff --git a/libavdevice/.gitignore b/libavdevice/.gitignore
new file mode 100644 (file)
index 0000000..5d53ca7
--- /dev/null
@@ -0,0 +1,8 @@
+*.o
+*.d
+*.exe
+*.ho
+*-example
+*-test
+libavdevice*
+
diff --git a/libavfilter/.gitignore b/libavfilter/.gitignore
new file mode 100644 (file)
index 0000000..f6d3cd0
--- /dev/null
@@ -0,0 +1,8 @@
+*.o
+*.d
+*.exe
+*.ho
+*-example
+*-test
+libavfilter*
+
diff --git a/libavfilter/x86/.gitignore b/libavfilter/x86/.gitignore
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+
diff --git a/libavformat/.gitignore b/libavformat/.gitignore
new file mode 100644 (file)
index 0000000..50e4684
--- /dev/null
@@ -0,0 +1,8 @@
+*.o
+*.d
+*.exe
+*.ho
+*-example
+*-test
+libavformat*
+
diff --git a/libavutil/.gitignore b/libavutil/.gitignore
new file mode 100644 (file)
index 0000000..3e21b95
--- /dev/null
@@ -0,0 +1,9 @@
+*.d
+*.o
+*.exe
+*.ho
+*-example
+*-test
+libavutil*
+avconfig.h
+
diff --git a/libavutil/arm/.gitignore b/libavutil/arm/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavutil/avr32/.gitignore b/libavutil/avr32/.gitignore
new file mode 100644 (file)
index 0000000..2a6b22b
--- /dev/null
@@ -0,0 +1,2 @@
+*.ho
+
diff --git a/libavutil/bfin/.gitignore b/libavutil/bfin/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavutil/mips/.gitignore b/libavutil/mips/.gitignore
new file mode 100644 (file)
index 0000000..2a6b22b
--- /dev/null
@@ -0,0 +1,2 @@
+*.ho
+
diff --git a/libavutil/ppc/.gitignore b/libavutil/ppc/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavutil/sh4/.gitignore b/libavutil/sh4/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavutil/tomi/.gitignore b/libavutil/tomi/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libavutil/x86/.gitignore b/libavutil/x86/.gitignore
new file mode 100644 (file)
index 0000000..854570f
--- /dev/null
@@ -0,0 +1,3 @@
+*.d
+*.ho
+
diff --git a/libpostproc/.gitignore b/libpostproc/.gitignore
new file mode 100644 (file)
index 0000000..f0eb9a0
--- /dev/null
@@ -0,0 +1,6 @@
+*.d
+*.exe
+*.ho
+*-example
+*-test
+libpostproc*
diff --git a/libswscale/.gitignore b/libswscale/.gitignore
new file mode 100644 (file)
index 0000000..fd91a1c
--- /dev/null
@@ -0,0 +1,7 @@
+*.d
+*.exe
+*.ho
+*-example
+*-test
+libswscale*
+*.o
diff --git a/libswscale/bfin/.gitignore b/libswscale/bfin/.gitignore
new file mode 100644 (file)
index 0000000..d57a7d6
--- /dev/null
@@ -0,0 +1,2 @@
+*.d
+*.ho
diff --git a/libswscale/mlib/.gitignore b/libswscale/mlib/.gitignore
new file mode 100644 (file)
index 0000000..d57a7d6
--- /dev/null
@@ -0,0 +1,2 @@
+*.d
+*.ho
diff --git a/libswscale/ppc/.gitignore b/libswscale/ppc/.gitignore
new file mode 100644 (file)
index 0000000..d57a7d6
--- /dev/null
@@ -0,0 +1,2 @@
+*.d
+*.ho
diff --git a/libswscale/sparc/.gitignore b/libswscale/sparc/.gitignore
new file mode 100644 (file)
index 0000000..d57a7d6
--- /dev/null
@@ -0,0 +1,2 @@
+*.d
+*.ho
diff --git a/libswscale/x86/.gitignore b/libswscale/x86/.gitignore
new file mode 100644 (file)
index 0000000..d57a7d6
--- /dev/null
@@ -0,0 +1,2 @@
+*.d
+*.ho
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..ae7b4ea
--- /dev/null
@@ -0,0 +1,12 @@
+*.o
+*.d
+*.exe
+audiogen
+base64
+data
+rotozoom
+seek_test
+tiny_psnr
+videogen
+vsynth1
+vsynth2
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644 (file)
index 0000000..5356609
--- /dev/null
@@ -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