Message ID | 1415646386-26242-2-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | f1ddf8fdd44cbc3c9841c0d0070ebde95f242e39 |
Headers | show |
On 10 November 2014 14:06, Anders Roxell <anders.roxell@linaro.org> wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > Reviewed-and-Tested-by: Mike Holmes <mike.holmes@linaro.org> > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 57b47ea..a8038d3 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -46,3 +46,5 @@ odp_ipsec > odp_init > doxygen-doc > test-driver > +test/cunit/*.log > +test/cunit/*.trs > -- > 2.1.0 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
diff --git a/.gitignore b/.gitignore index 57b47ea..a8038d3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ odp_ipsec odp_init doxygen-doc test-driver +test/cunit/*.log +test/cunit/*.trs
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)