diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-23 18:40:34 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-23 18:40:34 -0500 |
commit | fdfdd6e15576c9e948661282d1de81deb1031a0b (patch) | |
tree | 4a5e1b7ee7abdbff70548557b2e0d080af9778ed | |
parent | 84a5709a86cc8d2d90cc29eea26f254b9b5d85fa (diff) | |
download | rneovim-fdfdd6e15576c9e948661282d1de81deb1031a0b.tar.gz rneovim-fdfdd6e15576c9e948661282d1de81deb1031a0b.tar.bz2 rneovim-fdfdd6e15576c9e948661282d1de81deb1031a0b.zip |
Update .gitignore
refs #3687
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0267caada2..70899dfa8d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,9 @@ tags # Folder generated by the unit tests /test/includes/post/ +# generated by luacheck during `make testlint' +/test/.luacheckcache + # luarocks, not added as a subtree because of the large number of blobs /third-party/luarocks |