diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-30 23:32:30 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-30 23:32:30 -0200 |
commit | 27be765c4a846c0d4e970e154b29cbab1a833738 (patch) | |
tree | 1436b7eed4dc61a8b9df0cfed512b477d9a8f8ac /.gitignore | |
parent | ba1ba4be6e0ecc6936c49fae38c71e22250ceb65 (diff) | |
parent | f8bd89d27323403dd9de9772a7974b439b37b29d (diff) | |
download | luarocks-27be765c4a846c0d4e970e154b29cbab1a833738.tar.gz luarocks-27be765c4a846c0d4e970e154b29cbab1a833738.tar.bz2 luarocks-27be765c4a846c0d4e970e154b29cbab1a833738.zip |
Merge branch 'new-cmd-dir'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,3 +2,13 @@ | |||
2 | /src/luarocks/site_config.lua | 2 | /src/luarocks/site_config.lua |
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`) | ||
6 | /*.rockspec | ||
7 | /*.rock | ||
8 | /*.tar.gz | ||
9 | /*.zip | ||
10 | /src/*.* | ||
11 | /prefix-* | ||
12 | /dev_* | ||
13 | /gh-pages | ||
14 | /wiki | ||