Add TAGS and cscope.* to .gitignore

These are generated files used for code cross-reference in Emacs. Let's
ignore them so repo upload doesn't keep complaining.

BUG=none
BRANCH=ToT
TEST=manual

Leave these files in place, try "repo upload .", see that it stops
complaining about uncommitted files.

Change-Id: I9c0a7182050c0b50bd36e4b10091f9b2912f6596
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/192285
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
Bill Richardson
2014-03-31 09:10:14 -07:00
committed by chrome-internal-fetch
parent dc6a36d371
commit 72c24dec17

3
.gitignore vendored
View File

@@ -3,5 +3,6 @@ private/
*.swp
*.pyc
tags
cscope.out
TAGS
cscope.*
.tests-passed