aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: bee8dfb1677ba5642a59385456ca7b483b99639a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/config.*
/src/luarocks/site_config.lua
/test/testing_*
/test/luacov.*
# Stuff that pops up during development but shouldn't be in the repo (helps clean up `git status`)
/*.rockspec
/*.rock
/*.tar.gz
/*.zip
/src/*.*
/prefix-*
/dev_*
/gh-pages
/wiki
/lua
/lua_modules