From e7c1feb2933663ea3ff3ced51b397b751b94c614 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 22 Jul 2015 11:42:58 +0000 Subject: [PATCH] Ignore .gitreview The .gitreview is the configuration file for gerrit git-review command. As the tizen-distro layer merge scripts check if the meta-tizen tree is dirty, we need to ignore it, or otherwise it will refuse to merge from it. Change-Id: Ib2d41b69b4d956392176ce98b8625dac6ed8024e Signed-off-by: Mauro Carvalho Chehab --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b25c15b..c75a0a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +.gitreview -- 2.7.4