diff mbox

[FFmpeg-devel,2/2] FATE/dnn: add .gitignore

Message ID 20191015162110.66431-2-quinkblack@foxmail.com
State Accepted
Commit 11cfff04eda73a4ba92eb13bc0d09cbd224cd9e3
Headers show

Commit Message

Zhao Zhili Oct. 15, 2019, 4:21 p.m. UTC
---
 tests/dnn/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tests/dnn/.gitignore

Comments

Guo, Yejun Oct. 16, 2019, 1:08 a.m. UTC | #1
> -----Original Message-----

> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces@ffmpeg.org] On Behalf Of

> Zhao Zhili

> Sent: Wednesday, October 16, 2019 12:21 AM

> To: ffmpeg-devel@ffmpeg.org

> Cc: Zhao Zhili <quinkblack@foxmail.com>

> Subject: [FFmpeg-devel] [PATCH 2/2] FATE/dnn: add .gitignore

> 

> ---

>  tests/dnn/.gitignore | 4 ++++

>  1 file changed, 4 insertions(+)

>  create mode 100644 tests/dnn/.gitignore

> 

> diff --git a/tests/dnn/.gitignore b/tests/dnn/.gitignore

> new file mode 100644

> index 0000000000..5eedaaa56d

> --- /dev/null

> +++ b/tests/dnn/.gitignore

> @@ -0,0 +1,4 @@

> +/dnn-layer-conv2d-test

> +/dnn-layer-depth2space-test

> +/dnn-layer-maximum-test

> +/dnn-layer-pad-test


LGTM, thanks.

> --

> 2.21.0

> 

> _______________________________________________

> ffmpeg-devel mailing list

> ffmpeg-devel@ffmpeg.org

> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

> 

> To unsubscribe, visit link above, or email

> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
Zhao Zhili Oct. 23, 2019, 8:39 a.m. UTC | #2
> On Oct 16, 2019, at 9:08 AM, Guo, Yejun <yejun.guo@intel.com> wrote:
> 
> 
> 
>> -----Original Message-----
>> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces@ffmpeg.org] On Behalf Of
>> Zhao Zhili
>> Sent: Wednesday, October 16, 2019 12:21 AM
>> To: ffmpeg-devel@ffmpeg.org
>> Cc: Zhao Zhili <quinkblack@foxmail.com>
>> Subject: [FFmpeg-devel] [PATCH 2/2] FATE/dnn: add .gitignore
>> 
>> ---
>> tests/dnn/.gitignore | 4 ++++
>> 1 file changed, 4 insertions(+)
>> create mode 100644 tests/dnn/.gitignore
>> 
>> diff --git a/tests/dnn/.gitignore b/tests/dnn/.gitignore
>> new file mode 100644
>> index 0000000000..5eedaaa56d
>> --- /dev/null
>> +++ b/tests/dnn/.gitignore
>> @@ -0,0 +1,4 @@
>> +/dnn-layer-conv2d-test
>> +/dnn-layer-depth2space-test
>> +/dnn-layer-maximum-test
>> +/dnn-layer-pad-test
> 
> LGTM, thanks.
> 
>> --
>> 2.21.0
>> 
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel@ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>> 
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

Ping...
James Almer Oct. 23, 2019, 1 p.m. UTC | #3
On 10/15/2019 10:08 PM, Guo, Yejun wrote:
> 
> 
>> -----Original Message-----
>> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces@ffmpeg.org] On Behalf Of
>> Zhao Zhili
>> Sent: Wednesday, October 16, 2019 12:21 AM
>> To: ffmpeg-devel@ffmpeg.org
>> Cc: Zhao Zhili <quinkblack@foxmail.com>
>> Subject: [FFmpeg-devel] [PATCH 2/2] FATE/dnn: add .gitignore
>>
>> ---
>>  tests/dnn/.gitignore | 4 ++++
>>  1 file changed, 4 insertions(+)
>>  create mode 100644 tests/dnn/.gitignore
>>
>> diff --git a/tests/dnn/.gitignore b/tests/dnn/.gitignore
>> new file mode 100644
>> index 0000000000..5eedaaa56d
>> --- /dev/null
>> +++ b/tests/dnn/.gitignore
>> @@ -0,0 +1,4 @@
>> +/dnn-layer-conv2d-test
>> +/dnn-layer-depth2space-test
>> +/dnn-layer-maximum-test
>> +/dnn-layer-pad-test
> 
> LGTM, thanks.

Applied.
diff mbox

Patch

diff --git a/tests/dnn/.gitignore b/tests/dnn/.gitignore
new file mode 100644
index 0000000000..5eedaaa56d
--- /dev/null
+++ b/tests/dnn/.gitignore
@@ -0,0 +1,4 @@ 
+/dnn-layer-conv2d-test
+/dnn-layer-depth2space-test
+/dnn-layer-maximum-test
+/dnn-layer-pad-test