Add raxmpp and yaml extlibs to .gitignore
authorKevin Kane <kkane@microsoft.com>
Wed, 16 Nov 2016 18:46:28 +0000 (10:46 -0800)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Thu, 24 Nov 2016 00:22:36 +0000 (00:22 +0000)
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 <kkane@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14423
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit 7a89bb933037540bf5e32647260b9a43d2054842)
Reviewed-on: https://gerrit.iotivity.org/gerrit/14519
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
.gitignore

index 8cb165d..c94f3b6 100644 (file)
@@ -122,6 +122,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
 *~