(maint) Add tags to .gitingore

Exuberant Ctags writes the ctags files to the root of the repository.
autotag.vim updates this file every time I save something.

I'm adding tags to the git ignore so my working tree isn't always dirty.
This commit is contained in:
Jeff McCune 2012-07-06 09:54:18 -07:00
parent 8fbc27f293
commit 8c5826f205
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.rspec
results
tags
.*.sw[op]