diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-17 15:49:11 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-02-10 14:01:36 +0100 |
commit | 9109a58867d75299281936bc6ed3dcdf50c70722 (patch) | |
tree | 387fc7c589f489db5ee3d1c4c453e972f354de26 /libavcodec | |
parent | 44511b17cbbb524602c91a198e7314fa57a7062a (diff) | |
download | ffmpeg-9109a58867d75299281936bc6ed3dcdf50c70722.tar.gz |
convert svn:ignore properties to .gitignore files
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 348b8218f7a59374355c966dbe3b851a7275f952)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
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 + |