diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 12:12:52 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-10 16:52:18 -0300 |
commit | faaaded2a5a299ec0120bb794f815e97b78dbd33 (patch) | |
tree | 6ab0e65c3a8719b71760007a8dad4fa28fcbb4bf /.gitignore | |
parent | ad717af4711046700ebe63ad8cff064faf990158 (diff) | |
download | luarocks-faaaded2a5a299ec0120bb794f815e97b78dbd33.tar.gz luarocks-faaaded2a5a299ec0120bb794f815e97b78dbd33.tar.bz2 luarocks-faaaded2a5a299ec0120bb794f815e97b78dbd33.zip |
Makefile: Generate luarocks 'binary' locally before installing with 'install'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | /test/testing_* | 3 | /test/testing_* |
4 | /test/luacov.* | 4 | /test/luacov.* |
5 | # Stuff that pops up during development but shouldn't be in the repo (helps clean up `git status`) | 5 | # Stuff that pops up during development but shouldn't be in the repo (helps clean up `git status`) |
6 | /build | ||
6 | /build-binary | 7 | /build-binary |
7 | /*.rock | 8 | /*.rock |
8 | /*.tar.gz | 9 | /*.tar.gz |