From 12f92e2e4f027ba509275464e5b14ab0522cb258 Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Tue, 6 Sep 2016 14:42:52 +0800 Subject: [PATCH] gitignore: Ignore 'tags' file generated by ctags Signed-off-by: Hangbin Liu --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef03b1742..74a5496dd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ Config # cscope cscope.* ncscope.* +tags TAGS # git files that we don't want to ignore even it they are dot-files -- 2.47.2