diff mbox

.gitignore: add CUnit-Memory-Dump.xml

Message ID 1416507297-35482-1-git-send-email-mike.holmes@linaro.org
State Rejected
Headers show

Commit Message

Mike Holmes Nov. 20, 2014, 6:14 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Mike Holmes Nov. 24, 2014, 10:18 p.m. UTC | #1
Does no one else see this ?

Here is my recipe:-

git remote update
git rebase
git clean -xdf
./bootstrap
./configure --with-cunit-path=/home/mike/CUnitHome
make check

git st
On branch generic-version
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

test/validation/CUnit-Memory-Dump.xml

nothing added to commit but untracked files present (use "git add" to track)

On 20 November 2014 13:14, Mike Holmes <mike.holmes@linaro.org> wrote:
> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 9d45504..54da6c7 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -50,3 +50,4 @@ doxygen-doc
>  test-driver
>  test/validation/*.log
>  test/validation/*.trs
> +test/validation/CUnit-Memory-Dump.xml
> --
> 2.1.0
>
Maxim Uvarov Nov. 25, 2014, 12:15 p.m. UTC | #2
On 11/25/2014 01:18 AM, Mike Holmes wrote:
> Does no one else see this ?

Files are in the same directory where you run the test. So please remove 
path from the patch
and add others:


     CUnit-Memory-Dump.xml
     example/packet/core
     test/validation/CUnit-Memory-Dump.xml
     test/validation/crypto/.dirstamp

Maxim.


> Here is my recipe:-
>
> git remote update
> git rebase
> git clean -xdf
> ./bootstrap
> ./configure --with-cunit-path=/home/mike/CUnitHome
> make check
>
> git st
> On branch generic-version
> Your branch is up-to-date with 'origin/master'.
> Untracked files:
>    (use "git add <file>..." to include in what will be committed)
>
> test/validation/CUnit-Memory-Dump.xml
>
> nothing added to commit but untracked files present (use "git add" to track)
>
> On 20 November 2014 13:14, Mike Holmes <mike.holmes@linaro.org> wrote:
>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
>> ---
>>   .gitignore | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index 9d45504..54da6c7 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -50,3 +50,4 @@ doxygen-doc
>>   test-driver
>>   test/validation/*.log
>>   test/validation/*.trs
>> +test/validation/CUnit-Memory-Dump.xml
>> --
>> 2.1.0
>>
>
>
Mike Holmes Nov. 25, 2014, 12:43 p.m. UTC | #3
On 25 November 2014 at 07:15, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> On 11/25/2014 01:18 AM, Mike Holmes wrote:
>
>> Does no one else see this ?
>>
>
> Files are in the same directory where you run the test. So please remove
> path from the patch
> and add others:
>
>
>     CUnit-Memory-Dump.xml
>     example/packet/core
>     test/validation/CUnit-Memory-Dump.xml
>     test/validation/crypto/.dirstamp
>
> Maxim.
>
>
>
no problem, thanks for confirming.


>
>  Here is my recipe:-
>>
>> git remote update
>> git rebase
>> git clean -xdf
>> ./bootstrap
>> ./configure --with-cunit-path=/home/mike/CUnitHome
>> make check
>>
>> git st
>> On branch generic-version
>> Your branch is up-to-date with 'origin/master'.
>> Untracked files:
>>    (use "git add <file>..." to include in what will be committed)
>>
>> test/validation/CUnit-Memory-Dump.xml
>>
>> nothing added to commit but untracked files present (use "git add" to
>> track)
>>
>> On 20 November 2014 13:14, Mike Holmes <mike.holmes@linaro.org> wrote:
>>
>>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
>>> ---
>>>   .gitignore | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/.gitignore b/.gitignore
>>> index 9d45504..54da6c7 100644
>>> --- a/.gitignore
>>> +++ b/.gitignore
>>> @@ -50,3 +50,4 @@ doxygen-doc
>>>   test-driver
>>>   test/validation/*.log
>>>   test/validation/*.trs
>>> +test/validation/CUnit-Memory-Dump.xml
>>> --
>>> 2.1.0
>>>
>>>
>>
>>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Taras Kondratiuk Nov. 25, 2014, 12:54 p.m. UTC | #4
On 11/25/2014 02:43 PM, Mike Holmes wrote:
>
>
> On 25 November 2014 at 07:15, Maxim Uvarov <maxim.uvarov@linaro.org
> <mailto:maxim.uvarov@linaro.org>> wrote:
>
>     On 11/25/2014 01:18 AM, Mike Holmes wrote:
>
>         Does no one else see this ?
>
>
>     Files are in the same directory where you run the test. So please
>     remove path from the patch
>     and add others:
>
>
>          CUnit-Memory-Dump.xml
>          example/packet/core
>          test/validation/CUnit-Memory-__Dump.xml
>          test/validation/crypto/.__dirstamp
>
>     Maxim.
>
>
>
> no problem, thanks for confirming.

Git supports hierarchical .gitignore files. Each directory may have its 
own .gitignore. Instead of adding everything in a root .gitignore it 
makes sense to create at least two additional:
test/validation/.gitignore
example/.gitignore
Anders Roxell Nov. 25, 2014, 2:54 p.m. UTC | #5
On 2014-11-25 14:54, Taras Kondratiuk wrote:
> On 11/25/2014 02:43 PM, Mike Holmes wrote:
> >
> >
> >On 25 November 2014 at 07:15, Maxim Uvarov <maxim.uvarov@linaro.org
> ><mailto:maxim.uvarov@linaro.org>> wrote:
> >
> >    On 11/25/2014 01:18 AM, Mike Holmes wrote:
> >
> >        Does no one else see this ?
> >
> >
> >    Files are in the same directory where you run the test. So please
> >    remove path from the patch
> >    and add others:
> >
> >
> >         CUnit-Memory-Dump.xml
> >         example/packet/core
> >         test/validation/CUnit-Memory-__Dump.xml
> >         test/validation/crypto/.__dirstamp
> >
> >    Maxim.
> >
> >
> >
> >no problem, thanks for confirming.
> 
> Git supports hierarchical .gitignore files. Each directory may have its own
> .gitignore. Instead of adding everything in a root .gitignore it makes sense
> to create at least two additional:
> test/validation/.gitignore
> example/.gitignore

+1

> 
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 9d45504..54da6c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@  doxygen-doc
 test-driver
 test/validation/*.log
 test/validation/*.trs
+test/validation/CUnit-Memory-Dump.xml