aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: add .luacheckcacheHisham Muhammad2021-03-151-0/+1
|
* Update .gitignorePaul Ouellette2019-08-011-0/+2
|
* GNUmakefile: copy config file prior to running 'luarocks init'Hisham Muhammad2019-07-261-0/+1
| | | | As originally suggested by @blueyed in #1043.
* config: add modes for reading, writing and unsetting individual entriesHisham Muhammad2019-04-031-0/+1
| | | | | | | | | | | | | | | | | | | | Includes special config keys `lua_dir` and `lua_version`, which are essentially persistent versions of --lua-dir and --lua-version: * `lua_dir` writes a number of LUA_* variables and cfg.lua_interpreter in the current scope's config file. * `lua_version` writes default-lua-version.lua to the given scope. Also deprecates the "flag" versions for various getters: * `--lua-incdir`: use `luarocks config variables.LUA_INCDIR` * `--lua-libdir`: use `luarocks config variables.LUA_LIBDIR` * `--lua-ver`: use `luarocks config lua_version` * `--system-config`: use `luarocks config config_files.system.file` * `--user-config`: use `luarocks config config_files.user.file` * `--rock-trees`: use `luarocks config rocks_trees`
* Update .gitignoreGeorge Roman2018-09-161-3/+2
|
* Makefile: Generate luarocks 'binary' locally before installing with 'install'daurnimator2018-08-101-0/+1
|
* Unix: new build systemHisham Muhammad2018-07-011-1/+1
| | | | | | | | | | * Reworked configure script * Now passes shellcheck * New Makefile for Unix * Simplified `make` and `make install` targets * Simplified `make bootstrap` target * New targets `make binary` and `make install-binary` build and install an all-in-one binary of LuaRocks
* Nicer-looking path for project dirHisham Muhammad2018-06-281-0/+2
|
* Add some useful rules to .gitignoreHisham2016-10-191-0/+10
|
* Ignore more files.Hisham Muhammad2015-03-171-0/+2
|
* Add .gitignore file.Hisham Muhammad2012-10-291-0/+2