Message ID | 1465910185-30351-1-git-send-email-maxim.uvarov@linaro.org |
---|---|
State | Accepted |
Commit | 193bbc8eafa14932f342476a44687237be512148 |
Headers | show |
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 >
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" >
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 --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
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- example/timer/.gitignore | 2 ++ 1 file changed, 2 insertions(+)