From 7a89bb933037540bf5e32647260b9a43d2054842 Mon Sep 17 00:00:00 2001 From: Kevin Kane Date: Wed, 16 Nov 2016 10:46:28 -0800 Subject: [PATCH] Add raxmpp and yaml extlibs to .gitignore If these dependencies are cloned into the repo, git will think they're untracked subtrees of the iotivity repo. This change adds them to .gitignore like the rest of the dependencies in extlibs. Change-Id: I65074d5df9accef813d8f1ffc3be2a0e887ced91 Signed-off-by: Kevin Kane Reviewed-on: https://gerrit.iotivity.org/gerrit/14423 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi Tested-by: Uze Choi --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 88c8a40..fa14905 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,8 @@ extlibs/tinydtls/dtls-client extlibs/tinydtls/dtls-server extlibs/bluez/bluez extlibs/mbedtls/mbedtls +extlibs/raxmpp/raxmpp +extlibs/yaml/yaml # Ignore editor (e.g. Emacs) backup and autosave files *~ -- 2.7.4