Add tags to .gitignore

When using ctags, it will provide a 'tags' file in the directory.
It should be added to .gitignore.

Change-Id: Iaffac082948745c1b9171834504234570b795065
This commit is contained in:
songwenping 2021-02-23 17:07:13 +08:00
parent 82d1ed968b
commit ce88d4edc1
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
openstack_cyborg.egg-info
dist
tags
build/*
*.DS_Store
ChangeLog