diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-17 15:49:11 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-17 15:50:14 +0100 |
commit | 348b8218f7a59374355c966dbe3b851a7275f952 (patch) | |
tree | 3f3fbb4e77eb9d49b730f40f7b6fb8155b8dae57 /libavcodec | |
parent | a1c68a438cfeb7ef1a3556faf9c88985cfd4c04f (diff) | |
download | ffmpeg-348b8218f7a59374355c966dbe3b851a7275f952.tar.gz |
convert svn:ignore properties to .gitignore files
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/.gitignore | 8 | ||||
-rw-r--r-- | libavcodec/alpha/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/arm/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/avr32/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/bfin/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/mips/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/mlib/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/ppc/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/ps2/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/sh4/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/sparc/.gitignore | 3 | ||||
-rw-r--r-- | libavcodec/x86/.gitignore | 5 |
12 files changed, 43 insertions, 0 deletions
diff --git a/libavcodec/.gitignore b/libavcodec/.gitignore new file mode 100644 index 0000000000..40a1c87eec --- /dev/null +++ b/libavcodec/.gitignore @@ -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 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/alpha/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/arm/.gitignore b/libavcodec/arm/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/arm/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/avr32/.gitignore b/libavcodec/avr32/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/avr32/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/bfin/.gitignore b/libavcodec/bfin/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/bfin/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/mips/.gitignore b/libavcodec/mips/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/mips/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/mlib/.gitignore b/libavcodec/mlib/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/mlib/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/ppc/.gitignore b/libavcodec/ppc/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/ppc/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/ps2/.gitignore b/libavcodec/ps2/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/ps2/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/sh4/.gitignore b/libavcodec/sh4/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/sh4/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/sparc/.gitignore b/libavcodec/sparc/.gitignore new file mode 100644 index 0000000000..854570fa24 --- /dev/null +++ b/libavcodec/sparc/.gitignore @@ -0,0 +1,3 @@ +*.d +*.ho + diff --git a/libavcodec/x86/.gitignore b/libavcodec/x86/.gitignore new file mode 100644 index 0000000000..eb249fb180 --- /dev/null +++ b/libavcodec/x86/.gitignore @@ -0,0 +1,5 @@ +*.d +*.exe +*.ho +*-test + |