aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 97698111e354184c1cd548c85fdd8e3a66d6ffd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/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