luacheck: enable cache (#2004)

* luacheck: enable cache

* Cleanup .gitignore: remove .build* and awesome

We only use the "build" dir by now, where also the "awesome" binary gets
created.
This commit is contained in:
Daniel Hahler 2017-08-20 22:50:30 +02:00 committed by GitHub
parent 784472f212
commit cdd58cc355
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,5 +2,4 @@
.version_stamp .version_stamp
.*.sw? .*.sw?
build build
.build* .luacheckcache
/awesome

View File

@ -46,4 +46,7 @@ globals = {
"client" "client"
} }
-- Enable cache (uses .luacheckcache relative to this rc file).
cache = true
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80 -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80