Added Valgrind generated "*.memcheck" files to the .gitignore list.
authorOssama Othman <ossama.othman@intel.com>
Fri, 19 Jun 2015 23:31:45 +0000 (16:31 -0700)
committerErich Keane <erich.keane@intel.com>
Sun, 21 Jun 2015 01:51:29 +0000 (01:51 +0000)
Change-Id: I6483c27e7867eacd4d05205d7ab140613b23f5af
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1370
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
.gitignore

index 291fb19..f9377e9 100644 (file)
@@ -101,3 +101,6 @@ build_common/arduino/extlibs/arduino/arduino-1.5.8
 
 # Ignore byte-compiled Python scripts
 *.pyc
+
+# Ignore Valgrind generated files.
+*.memcheck