gitignore: Ignore ctags cache files

We don't need to accidentally commit ctags files. The linux kernel
ignores these definitions, let's ignore them too.

Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
Curtis Malainey 2019-12-03 14:42:47 -08:00 committed by Daniel Baluta
parent 0205c95a3d
commit dd6f854d46
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -61,3 +61,6 @@ CMakeFiles
doc/*.cmake
doc/*.ninja
doc/Makefile
/tags
/TAGS