diff options
| -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 | ||
