From fdfdd6e15576c9e948661282d1de81deb1031a0b Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 23 Nov 2015 18:40:34 -0500 Subject: Update .gitignore refs #3687 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit