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 <victoryang@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/49457
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vic Yang
2013-04-29 11:49:14 +08:00
committed by ChromeBot
parent 00f2041d86
commit 76b3ba079e

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ private/
*.swp
*.pyc
tags
cscope.out