Add tags to .gitignore

I recently generated a tags file for the compiler source (to jump around
in vim)--adding it to .gitignore so that I do not accidentally commit it
(a lot of vim users rely on tags).
This commit is contained in:
Scott Olsen 2020-05-23 13:00:15 -04:00
parent 850c1938ed
commit 335896281f

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ dist/
main.obj
examples/out
/stack.yaml.lock
tags