mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
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:
committed by
chrome-internal-fetch
parent
dc6a36d371
commit
72c24dec17
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,5 +3,6 @@ private/
|
||||
*.swp
|
||||
*.pyc
|
||||
tags
|
||||
cscope.out
|
||||
TAGS
|
||||
cscope.*
|
||||
.tests-passed
|
||||
|
||||
Reference in New Issue
Block a user