diff options
| author | Paul Ouellette <oue.paul18@gmail.com> | 2019-07-29 17:52:52 -0400 |
|---|---|---|
| committer | Paul Ouellette <oue.paul18@gmail.com> | 2019-08-01 23:53:03 -0400 |
| commit | fe3885908acb53b1bb63803d029f704c76195b8b (patch) | |
| tree | a56fa967365f6962872896eec64417fae1c0e965 | |
| parent | 9ca43ac0e8864ac3098c95b56b9e45bc10a4709d (diff) | |
| download | luarocks-fe3885908acb53b1bb63803d029f704c76195b8b.tar.gz luarocks-fe3885908acb53b1bb63803d029f704c76195b8b.tar.bz2 luarocks-fe3885908acb53b1bb63803d029f704c76195b8b.zip | |
Update .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | /config.* | 1 | /config.* |
| 2 | /src/luarocks/core/hardcoded.lua | 2 | /src/luarocks/core/hardcoded.lua |
| 3 | /testrun/* | 3 | /testrun/* |
| 4 | /lua_install | ||
| 4 | # 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`) |
| 5 | /build | 6 | /build |
| 6 | /build-binary | 7 | /build-binary |
| @@ -15,4 +16,5 @@ | |||
| 15 | /lua | 16 | /lua |
| 16 | /lua_modules | 17 | /lua_modules |
| 17 | /luarocks | 18 | /luarocks |
| 19 | /luarocks-admin | ||
| 18 | /.luarocks | 20 | /.luarocks |
