diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-23 18:42:17 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-23 18:42:17 -0500 |
commit | 57a5745c955f2a6d46f8e640c7546817ba97ddf6 (patch) | |
tree | 4a5e1b7ee7abdbff70548557b2e0d080af9778ed | |
parent | 84a5709a86cc8d2d90cc29eea26f254b9b5d85fa (diff) | |
parent | fdfdd6e15576c9e948661282d1de81deb1031a0b (diff) | |
download | rneovim-57a5745c955f2a6d46f8e640c7546817ba97ddf6.tar.gz rneovim-57a5745c955f2a6d46f8e640c7546817ba97ddf6.tar.bz2 rneovim-57a5745c955f2a6d46f8e640c7546817ba97ddf6.zip |
Merge pull request #3731 from Pyrohh/gitignore
Update .gitignore
-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 |