diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-19 21:55:16 -0500 |
---|---|---|
committer | Seth Jackson <sethjackson@gmail.com> | 2016-01-19 21:55:43 -0500 |
commit | a480614cb0415d1eb713b2968e2b55f0fff61ca6 (patch) | |
tree | 9583fdacfb1b9fb66efbb370fecd8ef66d0da36a | |
parent | ee0e214427d7ed2a9fd8ffc85c424cfffc927408 (diff) | |
download | rneovim-a480614cb0415d1eb713b2968e2b55f0fff61ca6.tar.gz rneovim-a480614cb0415d1eb713b2968e2b55f0fff61ca6.tar.bz2 rneovim-a480614cb0415d1eb713b2968e2b55f0fff61ca6.zip |
gitignore: Anchor errors.json
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ed452c03a9..23c8fd1957 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,4 @@ local.mk /runtime/doc/errors.log # clint errors, generated by `make lint` -errors.json +/errors.json |