aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-07-22 17:02:31 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-07-25 10:17:42 +0400
commit49dc95b655059df7e5fbd9b319c19b2863fdb500 (patch)
tree1e8b861fcafaa4f6f0d72658b781f5fc1134bc3b /.gitignore
parent16e10e1e354e8c771bbd4da1a07f23e8983eea1c (diff)
Move ODP examples from under tests
The expectations of example code vs testing code is significantly different. This difference is more easily managed if tests and examples have their own root directory especially as the number of validation tests is increased for the ODP 1.0 release. For example test cases may be significantly more complex than a good example might be expected to be. In addition tests are not expected to have Doxygen documentation and tests will not be expected to be coherent, they will test isolated APIs and to do so may perform illegal combinations of calls making them poor examples. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Ciprian Barbu <ciprian.barbu@linaro.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 57429075e..ca9e71677 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,21 +25,21 @@ include/config.h
include/stamp-h1
libtool
pkgconfig/libodp.pc
-platform/*/.deps/
-test/*/.deps/
+.deps/
cscope.out
tags
lib/
obj/
build/
-test/example/odp_example
-test/packet/odp_packet
-test/packet_netmap/odp_packet_netmap
-test/api_test/odp_atomic
-test/api_test/odp_shm
-test/api_test/odp_ring
-test/api_test/odp_timer
-test/packet/odp_pktio
-test/timer/odp_timer_test
-test/generator/odp_generator
-test/l2fwd/odp_l2fwd
+odp_example
+odp_packet
+odp_packet_netmap
+odp_atomic
+odp_shm
+odp_ring
+odp_timer
+odp_pktio
+odp_timer_test
+odp_generator
+odp_l2fwd
+doxygen-doc