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
.gitignore vendored
View File

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