Files
OpenCellular/.gitignore
Bill Richardson 72c24dec17 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>
2014-03-31 22:45:09 +00:00

9 lines
61 B
Plaintext

build/
private/
*.swp
*.pyc
tags
TAGS
cscope.*
.tests-passed