diff options
| author | Hisham <hisham@gobolinux.org> | 2016-10-19 13:43:16 -0400 |
|---|---|---|
| committer | Hisham <hisham@gobolinux.org> | 2016-10-19 13:43:27 -0400 |
| commit | e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1 (patch) | |
| tree | af5a341a2c37080540ec7668b1155829a7f62e5e | |
| parent | 25b934ef93bd2bf434c268db8e2a099bfa4e0a2e (diff) | |
| download | luarocks-e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1.tar.gz luarocks-e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1.tar.bz2 luarocks-e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1.zip | |
Add some useful rules to .gitignore
| -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 | ||
