From 6018b67c25f1490bc13490e017578cb8d1dde825 Mon Sep 17 00:00:00 2001 From: Zorchenhimer Date: Tue, 26 Mar 2019 11:43:09 -0400 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 48df202..d387c94 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ settings.json # Autobuilt wasm files static/main.wasm + +# tags for vim +tags