Updated external library paths to be ignored by git.
authorOssama Othman <ossama.othman@intel.com>
Mon, 9 Mar 2015 23:50:35 +0000 (16:50 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Tue, 10 Mar 2015 22:08:35 +0000 (22:08 +0000)
The downloaded cereal library is now placed in extlibs/cereal/cereal.
Updated the '.gitignore' file, accordingly.  Without this change in
place, changes to extlibs/cereal/SConscript would be incorrectly
ignored.

Lastly, ignore all downloaded and unpacked expat library files and
directories.

Change-Id: Ic2a211bd421d25e92449427c64d096e785d6282e
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/457
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
.gitignore

index 06e7383..8aee5b2 100644 (file)
@@ -61,7 +61,8 @@ platform
 extlibs/gtest*
 extlibs/hippomocks-master/
 extlibs/master.zip
-extlibs/cereal
+extlibs/cereal/cereal
+extlibs/expat/expat*
 
 # Ignore editor (e.g. Emacs) backup and autosave files
 *~