diff mbox

miscellaneous: gitignore

Message ID 1424979517-31095-1-git-send-email-mike.holmes@linaro.org
State Accepted
Commit d9efb1b6f35e3872f504d9ded2f000e9f902f58d
Headers show

Commit Message

Mike Holmes Feb. 26, 2015, 7:38 p.m. UTC
The CPP build generates log files with make check
Inform git to ignore them

Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 test/miscellaneous/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bill Fischofer Feb. 26, 2015, 11:31 p.m. UTC | #1
On Thu, Feb 26, 2015 at 1:38 PM, Mike Holmes <mike.holmes@linaro.org> wrote:

> The CPP build generates log files with make check
> Inform git to ignore them
>
> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
>

Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>


> ---
>  test/miscellaneous/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/test/miscellaneous/.gitignore b/test/miscellaneous/.gitignore
> index 134df38..6e555c5 100644
> --- a/test/miscellaneous/.gitignore
> +++ b/test/miscellaneous/.gitignore
> @@ -1 +1,3 @@
>  odp_api_from_cpp
> +*.trs
> +*.log
> --
> 2.1.0
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Maxim Uvarov Feb. 27, 2015, 6:46 a.m. UTC | #2
Merged.
Maxim.

On 02/27/2015 02:31 AM, Bill Fischofer wrote:
>
>
> On Thu, Feb 26, 2015 at 1:38 PM, Mike Holmes <mike.holmes@linaro.org 
> <mailto:mike.holmes@linaro.org>> wrote:
>
>     The CPP build generates log files with make check
>     Inform git to ignore them
>
>     Signed-off-by: Mike Holmes <mike.holmes@linaro.org
>     <mailto:mike.holmes@linaro.org>>
>
>
> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org 
> <mailto:bill.fischofer@linaro.org>>
>
>     ---
>      test/miscellaneous/.gitignore | 2 ++
>      1 file changed, 2 insertions(+)
>
>     diff --git a/test/miscellaneous/.gitignore
>     b/test/miscellaneous/.gitignore
>     index 134df38..6e555c5 100644
>     --- a/test/miscellaneous/.gitignore
>     +++ b/test/miscellaneous/.gitignore
>     @@ -1 +1,3 @@
>      odp_api_from_cpp
>     +*.trs
>     +*.log
>     --
>     2.1.0
>
>
>     _______________________________________________
>     lng-odp mailing list
>     lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org>
>     http://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/test/miscellaneous/.gitignore b/test/miscellaneous/.gitignore
index 134df38..6e555c5 100644
--- a/test/miscellaneous/.gitignore
+++ b/test/miscellaneous/.gitignore
@@ -1 +1,3 @@ 
 odp_api_from_cpp
+*.trs
+*.log