From 6877f6646347b80d7a78fcf0377fa74a5c860f6c Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 15 Jul 2016 10:57:29 +0200 Subject: [PATCH] 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 Reviewed-on: https://gerrit.iotivity.org/gerrit/9507 Tested-by: jenkins-iotivity Reviewed-by: Trevor Bramwell Reviewed-by: Ziran Sun Reviewed-on: https://gerrit.iotivity.org/gerrit/12715 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e8b714..88c8a40 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ os out/ platform iotivity.pc +tmp/ # Ignore downloaded dependencies extlibs/libcoap/libcoap -- 2.7.4