diff options
| author | ebiggers <ebiggers@google.com> | 2019-09-08 19:44:31 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey@google.com> | 2019-09-08 19:44:31 -0700 |
| commit | 28b29d1c97ffd97671186b5e1fae37b64424f9ee (patch) | |
| tree | 447c079dad078901820533cd855eac3c7905ef69 | |
| parent | 8a3acda2011e9a080ee792c1e11646e6118a4930 (diff) | |
.gitignore: add tags file (#144)
Add the tags file to .gitignore, for developers using
https://github.com/jstemmer/gotags.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,3 +10,4 @@ bin/misspell bin/config *coverage.out .vscode +tags |