Add tags file to .gitignore

Add the Vim tags file to the .gitignore.  It's an auto-generated file
that doesn't need to be in git.
This commit is contained in:
Zorchenhimer 2019-03-26 11:43:09 -04:00
parent 24b5152c38
commit 6018b67c25
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ settings.json
# Autobuilt wasm files
static/main.wasm
# tags for vim
tags