Message ID | 1417008945-12590-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | b12c33263b5664ab4cc45ff1e79160fe88497fe5 |
Headers | show |
On 11/26/2014 03:35 PM, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > .gitignore | 24 +++--------------------- > example/generator/.gitignore | 1 + > example/ipsec/.gitignore | 1 + > example/l2fwd/.gitignore | 1 + > example/odp_example/.gitignore | 1 + > example/packet/.gitignore | 1 + > example/timer/.gitignore | 1 + > helper/.gitignore | 3 +++ > test/api_test/.gitignore | 4 ++++ > test/validation/.gitignore | 5 +++++ > 10 files changed, 21 insertions(+), 21 deletions(-) > create mode 100644 example/generator/.gitignore > create mode 100644 example/ipsec/.gitignore > create mode 100644 example/l2fwd/.gitignore > create mode 100644 example/odp_example/.gitignore > create mode 100644 example/packet/.gitignore > create mode 100644 example/timer/.gitignore > create mode 100644 helper/.gitignore > create mode 100644 test/api_test/.gitignore > create mode 100644 test/validation/.gitignore Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
ping On 26 November 2014 at 08:41, Taras Kondratiuk <taras.kondratiuk@linaro.org> wrote: > On 11/26/2014 03:35 PM, Mike Holmes wrote: > >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >> --- >> .gitignore | 24 +++--------------------- >> example/generator/.gitignore | 1 + >> example/ipsec/.gitignore | 1 + >> example/l2fwd/.gitignore | 1 + >> example/odp_example/.gitignore | 1 + >> example/packet/.gitignore | 1 + >> example/timer/.gitignore | 1 + >> helper/.gitignore | 3 +++ >> test/api_test/.gitignore | 4 ++++ >> test/validation/.gitignore | 5 +++++ >> 10 files changed, 21 insertions(+), 21 deletions(-) >> create mode 100644 example/generator/.gitignore >> create mode 100644 example/ipsec/.gitignore >> create mode 100644 example/l2fwd/.gitignore >> create mode 100644 example/odp_example/.gitignore >> create mode 100644 example/packet/.gitignore >> create mode 100644 example/timer/.gitignore >> create mode 100644 helper/.gitignore >> create mode 100644 test/api_test/.gitignore >> create mode 100644 test/validation/.gitignore >> > > Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> >
On 12/01/2014 03:56 PM, Mike Holmes wrote: > ping > That was merged: b12c332 .gitignore: distribute the ignore file to sub dirs Maxim. > On 26 November 2014 at 08:41, Taras Kondratiuk > <taras.kondratiuk@linaro.org <mailto:taras.kondratiuk@linaro.org>> wrote: > > On 11/26/2014 03:35 PM, Mike Holmes wrote: > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > --- > .gitignore | 24 +++--------------------- > example/generator/.gitignore | 1 + > example/ipsec/.gitignore | 1 + > example/l2fwd/.gitignore | 1 + > example/odp_example/.gitignore | 1 + > example/packet/.gitignore | 1 + > example/timer/.gitignore | 1 + > helper/.gitignore | 3 +++ > test/api_test/.gitignore | 4 ++++ > test/validation/.gitignore | 5 +++++ > 10 files changed, 21 insertions(+), 21 deletions(-) > create mode 100644 example/generator/.gitignore > create mode 100644 example/ipsec/.gitignore > create mode 100644 example/l2fwd/.gitignore > create mode 100644 example/odp_example/.gitignore > create mode 100644 example/packet/.gitignore > create mode 100644 example/timer/.gitignore > create mode 100644 helper/.gitignore > create mode 100644 test/api_test/.gitignore > create mode 100644 test/validation/.gitignore > > > Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org > <mailto:taras.kondratiuk@linaro.org>> > > > > > -- > *Mike Holmes* > Linaro Sr Technical Manager > LNG - ODP > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/.gitignore b/.gitignore index 9d45504..470d414 100644 --- a/.gitignore +++ b/.gitignore @@ -21,32 +21,14 @@ m4/*.m4 missing config.log config.status -helper/config.h.in -helper/config.h -helper/stamp-h1 libtool pkgconfig/libodp.pc .deps/ cscope.out tags lib/ -obj/ -build/ -odp_crypto -odp_example -odp_packet -odp_atomic -odp_shm -odp_ring -odp_timer_ping -odp_pktio -odp_timer_test -odp_generator -odp_l2fwd -odp_ipsec -odp_init -odp_queue doxygen-doc test-driver -test/validation/*.log -test/validation/*.trs +core +.dirstamp +CUnit-Memory-Dump.xml diff --git a/example/generator/.gitignore b/example/generator/.gitignore new file mode 100644 index 0000000..85aa1d1 --- /dev/null +++ b/example/generator/.gitignore @@ -0,0 +1 @@ +odp_generator diff --git a/example/ipsec/.gitignore b/example/ipsec/.gitignore new file mode 100644 index 0000000..5b410d3 --- /dev/null +++ b/example/ipsec/.gitignore @@ -0,0 +1 @@ +odp_ipsec diff --git a/example/l2fwd/.gitignore b/example/l2fwd/.gitignore new file mode 100644 index 0000000..8563319 --- /dev/null +++ b/example/l2fwd/.gitignore @@ -0,0 +1 @@ +odp_l2fwd diff --git a/example/odp_example/.gitignore b/example/odp_example/.gitignore new file mode 100644 index 0000000..59ca8c8 --- /dev/null +++ b/example/odp_example/.gitignore @@ -0,0 +1 @@ +odp_example diff --git a/example/packet/.gitignore b/example/packet/.gitignore new file mode 100644 index 0000000..0a5c1ed --- /dev/null +++ b/example/packet/.gitignore @@ -0,0 +1 @@ +odp_pktio diff --git a/example/timer/.gitignore b/example/timer/.gitignore new file mode 100644 index 0000000..eb59265 --- /dev/null +++ b/example/timer/.gitignore @@ -0,0 +1 @@ +odp_timer_test diff --git a/helper/.gitignore b/helper/.gitignore new file mode 100644 index 0000000..f282c15 --- /dev/null +++ b/helper/.gitignore @@ -0,0 +1,3 @@ +config.h.in +config.h +stamp-h1 diff --git a/test/api_test/.gitignore b/test/api_test/.gitignore new file mode 100644 index 0000000..7ba56c7 --- /dev/null +++ b/test/api_test/.gitignore @@ -0,0 +1,4 @@ +odp_atomic +odp_ring +odp_shm +odp_timer_ping diff --git a/test/validation/.gitignore b/test/validation/.gitignore new file mode 100644 index 0000000..696cf0a --- /dev/null +++ b/test/validation/.gitignore @@ -0,0 +1,5 @@ +*.log +*.trs +odp_init +odp_queue +odp_crypto
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- .gitignore | 24 +++--------------------- example/generator/.gitignore | 1 + example/ipsec/.gitignore | 1 + example/l2fwd/.gitignore | 1 + example/odp_example/.gitignore | 1 + example/packet/.gitignore | 1 + example/timer/.gitignore | 1 + helper/.gitignore | 3 +++ test/api_test/.gitignore | 4 ++++ test/validation/.gitignore | 5 +++++ 10 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 example/generator/.gitignore create mode 100644 example/ipsec/.gitignore create mode 100644 example/l2fwd/.gitignore create mode 100644 example/odp_example/.gitignore create mode 100644 example/packet/.gitignore create mode 100644 example/timer/.gitignore create mode 100644 helper/.gitignore create mode 100644 test/api_test/.gitignore create mode 100644 test/validation/.gitignore