diff mbox

[v2,1/5] example: l3fwd: add missing gitignores

Message ID 1474010009-7435-1-git-send-email-matias.elo@nokia.com
State Superseded
Headers show

Commit Message

Elo, Matias (Nokia - FI/Espoo) Sept. 16, 2016, 7:13 a.m. UTC
Signed-off-by: Matias Elo <matias.elo@nokia.com>

---
 example/l3fwd/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.7.4

Comments

Forrest Shi Sept. 22, 2016, 8:51 a.m. UTC | #1
Hi Matias,

On what condition, *.log and *.trs will be generated? Other examples have
no this.

Thanks,
Forrest

On 16 September 2016 at 15:13, Matias Elo <matias.elo@nokia.com> wrote:

> Signed-off-by: Matias Elo <matias.elo@nokia.com>

> ---

>  example/l3fwd/.gitignore | 2 ++

>  1 file changed, 2 insertions(+)

>

> diff --git a/example/l3fwd/.gitignore b/example/l3fwd/.gitignore

> index 74e501f..3411830 100644

> --- a/example/l3fwd/.gitignore

> +++ b/example/l3fwd/.gitignore

> @@ -1 +1,3 @@

>  odp_l3fwd

> +*.log

> +*.trs

> --

> 2.7.4

>

>
Maxim Uvarov Sept. 22, 2016, 10:57 a.m. UTC | #2
22.09.2016 11:51, Forrest Shi пишет:
> Hi Matias,

>

> On what condition, *.log and *.trs will be generated? Other examples have

> no this.

>

> Thanks,

> Forrest

'make check' creates this files. But if other examples do not have this 
in .gitignore then probably
they exist in top level directory.

Maxim.


> On 16 September 2016 at 15:13, Matias Elo <matias.elo@nokia.com> wrote:

>

>> Signed-off-by: Matias Elo <matias.elo@nokia.com>

>> ---

>>   example/l3fwd/.gitignore | 2 ++

>>   1 file changed, 2 insertions(+)

>>

>> diff --git a/example/l3fwd/.gitignore b/example/l3fwd/.gitignore

>> index 74e501f..3411830 100644

>> --- a/example/l3fwd/.gitignore

>> +++ b/example/l3fwd/.gitignore

>> @@ -1 +1,3 @@

>>   odp_l3fwd

>> +*.log

>> +*.trs

>> --

>> 2.7.4

>>

>>
diff mbox

Patch

diff --git a/example/l3fwd/.gitignore b/example/l3fwd/.gitignore
index 74e501f..3411830 100644
--- a/example/l3fwd/.gitignore
+++ b/example/l3fwd/.gitignore
@@ -1 +1,3 @@ 
 odp_l3fwd
+*.log
+*.trs