Add tags to .gitignore (#321)
It's an index file created by ctags, commonly used for source code cross reference.
This commit is contained in:
parent
a2196f9434
commit
eed80106ce
|
|
@ -58,3 +58,4 @@ bin/execrate
|
|||
*.core
|
||||
core
|
||||
**/#*#
|
||||
tags
|
||||
|
|
|
|||
Loading…
Reference in New Issue