[gitignore] ignore ctags file (#6617)

This commit is contained in:
Li Cao
2021-05-13 07:03:02 +08:00
committed by GitHub
parent daa10ed2d0
commit 7fc5525928

1
.gitignore vendored
View File

@ -64,6 +64,7 @@ third_party/nlbuild-autotools/repo/third_party/autoconf/missing
.idea/**
.vscode/**
cmake-build-*/**
/tags
# Python bytecodes
__pycache__