Add tags to .gitignore

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

Change-Id: If393c934a72397e755fc9e9672bb8d610d589a83
This commit is contained in:
Einst Crazy
2015-10-20 10:01:50 +08:00
parent 23e54e37ca
commit fee611997d

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@
AUTHORS
Authors
build-stamp
tags
build/*
CA/
ChangeLog