From 72c24dec178013461eff6cc542a9f2f486b32853 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 31 Mar 2014 09:10:14 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/192285 Reviewed-by: Randall Spangler --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9c5f02bad6..079b5e0c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ private/ *.swp *.pyc tags -cscope.out +TAGS +cscope.* .tests-passed