diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-07-26 17:10:24 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-07-26 23:58:19 -0300 |
commit | 4dd439f804844ce82c1519eede0e9201db72ba77 (patch) | |
tree | c8c48eb27d6566b7feb349ffdec241b6c35cdd20 /.gitignore | |
parent | 0e695f1a222e05662f091b7cfc9d6a522c628d7f (diff) | |
download | luarocks-4dd439f804844ce82c1519eede0e9201db72ba77.tar.gz luarocks-4dd439f804844ce82c1519eede0e9201db72ba77.tar.bz2 luarocks-4dd439f804844ce82c1519eede0e9201db72ba77.zip |
GNUmakefile: copy config file prior to running 'luarocks init'
As originally suggested by @blueyed in #1043.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ | |||
15 | /lua | 15 | /lua |
16 | /lua_modules | 16 | /lua_modules |
17 | /luarocks | 17 | /luarocks |
18 | /.luarocks | ||