diff mbox

[PATCHv2] example: timer: add cunit artifacts to gitignore

Message ID 1465910185-30351-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit 193bbc8eafa14932f342476a44687237be512148
Headers show

Commit Message

Maxim Uvarov June 14, 2016, 1:16 p.m. UTC
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 example/timer/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mike Holmes June 14, 2016, 1:51 p.m. UTC | #1
On 14 June 2016 at 09:16, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
>

Reviewed-by Mike Holmes <mike.holmes@linaro.org>

A comment for all of ODP as a future patch, should we move these test log
outputs to one common place in the root directory rather than list them
every time in all dirs ?


> ---
>  example/timer/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/example/timer/.gitignore b/example/timer/.gitignore
> index f53a0df..eaa9a36 100644
> --- a/example/timer/.gitignore
> +++ b/example/timer/.gitignore
> @@ -1,2 +1,4 @@
> +*.log
> +*.trs
>  odp_timer_test
>  odp_timer_simple
> --
> 2.7.1.250.gff4ea60
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
Maxim Uvarov June 14, 2016, 1:53 p.m. UTC | #2
On 06/14/16 16:51, Mike Holmes wrote:
>
>
> On 14 June 2016 at 09:16, Maxim Uvarov <maxim.uvarov@linaro.org 
> <mailto:maxim.uvarov@linaro.org>> wrote:
>
>     Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org
>     <mailto:maxim.uvarov@linaro.org>>
>
>
> Reviewed-by Mike Holmes <mike.holmes@linaro.org 
> <mailto:mike.holmes@linaro.org>>
>
> A comment for all of ODP as a future patch, should we move these test 
> log outputs to one common place in the root directory rather than list 
> them every time in all dirs ?

that is reasonable. To put it somewhere in main .gitignore.

Maxim.


>     ---
>      example/timer/.gitignore | 2 ++
>      1 file changed, 2 insertions(+)
>
>     diff --git a/example/timer/.gitignore b/example/timer/.gitignore
>     index f53a0df..eaa9a36 100644
>     --- a/example/timer/.gitignore
>     +++ b/example/timer/.gitignore
>     @@ -1,2 +1,4 @@
>     +*.log
>     +*.trs
>      odp_timer_test
>      odp_timer_simple
>     --
>     2.7.1.250.gff4ea60
>
>     _______________________________________________
>     lng-odp mailing list
>     lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org>
>     https://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
>
> -- 
> Mike Holmes
> Technical Manager - Linaro Networking Group
> Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs
> "Work should be fun and collaborative, the rest follows"
>
Maxim Uvarov June 14, 2016, 2:13 p.m. UTC | #3
Merged,
Maxim.

On 06/14/16 16:51, Mike Holmes wrote:
>
>
> On 14 June 2016 at 09:16, Maxim Uvarov <maxim.uvarov@linaro.org 
> <mailto:maxim.uvarov@linaro.org>> wrote:
>
>     Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org
>     <mailto:maxim.uvarov@linaro.org>>
>
>
> Reviewed-by Mike Holmes <mike.holmes@linaro.org 
> <mailto:mike.holmes@linaro.org>>
>
> A comment for all of ODP as a future patch, should we move these test 
> log outputs to one common place in the root directory rather than list 
> them every time in all dirs ?
>
>     ---
>      example/timer/.gitignore | 2 ++
>      1 file changed, 2 insertions(+)
>
>     diff --git a/example/timer/.gitignore b/example/timer/.gitignore
>     index f53a0df..eaa9a36 100644
>     --- a/example/timer/.gitignore
>     +++ b/example/timer/.gitignore
>     @@ -1,2 +1,4 @@
>     +*.log
>     +*.trs
>      odp_timer_test
>      odp_timer_simple
>     --
>     2.7.1.250.gff4ea60
>
>     _______________________________________________
>     lng-odp mailing list
>     lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org>
>     https://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
>
> -- 
> Mike Holmes
> Technical Manager - Linaro Networking Group
> Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs
> "Work should be fun and collaborative, the rest follows"
>
diff mbox

Patch

diff --git a/example/timer/.gitignore b/example/timer/.gitignore
index f53a0df..eaa9a36 100644
--- a/example/timer/.gitignore
+++ b/example/timer/.gitignore
@@ -1,2 +1,4 @@ 
+*.log
+*.trs
 odp_timer_test
 odp_timer_simple