From c6bbeacab3d224ff94c9f98dd30d61214780e7b8 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 18 Aug 2017 14:24:10 +0200 Subject: [PATCH] ignore: Generated .dat files from tests Tests are run from toplevel's dir and some .dat files are created from them, and should not be commited, while those along json files (not in project dir) should be on changes, and they won't be ignored by this change. Bug: https://jira.iotivity.org/browse/IOT-2599 Change-Id: I6c0cdde527889390661c14d0dc98dcced702c73d Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/21995 Tested-by: jenkins-iotivity Reviewed-by: George Nash Reviewed-by: Mats Wichmann Reviewed-by: Randeep Singh --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9806d80feb..bae555f1c1 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,7 @@ iotivity.pc tmp/ *.tmp *.tmp.* +/*.dat # Ignore GCov generated files *.gcda -- GitLab