aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3cc41fb0f964ab7f45e968c4e1739003706089aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/config.*
/src/luarocks/core/hardcoded.lua
/testrun/*
/lua_install
# Stuff that pops up during development but shouldn't be in the repo (helps clean up `git status`)
/target
/*.rock
/*.tar.gz
/*.zip
/luarocks
/luarocks-admin
/.luacheckcache
/vendor/**/*.o
/vendor/**/*.so
/vendor/lua-*/src/liblua.*
/vendor/lua-*/src/lua
/vendor/lua-*/src/luac