From 76b3ba079e434fc9739098eb1937ba48edc06b90 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Mon, 29 Apr 2013 11:49:14 +0800 Subject: [PATCH] Add cscope.out to .gitignore With this, git doesn't complain about uncommited change if one uses cscope. BUG=none TEST='git status' and see no uncommited change. BRANCH=none Change-Id: I30bb78e4d0a7541444ef1aced683335933a5aa73 Signed-off-by: Vic Yang Reviewed-on: https://gerrit.chromium.org/gerrit/49457 Reviewed-by: Randall Spangler Reviewed-by: Vincent Palatin --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 37d3a24bb7..1e7812abbb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ private/ *.swp *.pyc tags +cscope.out