From fee611997da523014be7b3087b9d498628814b0b Mon Sep 17 00:00:00 2001 From: Einst Crazy Date: Tue, 20 Oct 2015 10:01:50 +0800 Subject: [PATCH] Add tags to .gitignore When using ctags, it will provide a 'tags' file in the directory. It should be added to .gitignore. Change-Id: If393c934a72397e755fc9e9672bb8d610d589a83 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b16a68a1142..fea0242acdd4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ AUTHORS Authors build-stamp +tags build/* CA/ ChangeLog