diff options
author | Philippe Coval <philippe.coval@osg.samsung.com> | 2016-07-15 10:57:29 +0200 |
---|---|---|
committer | Phil Coval <philippe.coval@osg.samsung.com> | 2016-10-18 07:16:06 +0000 |
commit | 6877f6646347b80d7a78fcf0377fa74a5c860f6c (patch) | |
tree | 1537609203d1e90cc8ef4c068f4a9b4a99c85386 | |
parent | d1ee9e78d898746b842a2439f88d26fd30a377bc (diff) | |
download | iotivity-6877f6646347b80d7a78fcf0377fa74a5c860f6c.tar.gz iotivity-6877f6646347b80d7a78fcf0377fa74a5c860f6c.tar.bz2 iotivity-6877f6646347b80d7a78fcf0377fa74a5c860f6c.zip |
tizen: Ignore tmp folder as used for local building
This temporary folder is used to build out of sources.
Change-Id: I88dedd1f019cb67196d1980a6171f513c82b19cb
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9507
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12715
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e8b714cf..88c8a40c5 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ os out/ platform iotivity.pc +tmp/ # Ignore downloaded dependencies extlibs/libcoap/libcoap |