aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-19 13:43:16 -0400
committerHisham <hisham@gobolinux.org>2016-10-19 13:43:27 -0400
commite1197dc9e029cb32b91c99c8cc26794ab4ab3cc1 (patch)
treeaf5a341a2c37080540ec7668b1155829a7f62e5e
parent25b934ef93bd2bf434c268db8e2a099bfa4e0a2e (diff)
downloadluarocks-e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1.tar.gz
luarocks-e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1.tar.bz2
luarocks-e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1.zip
Add some useful rules to .gitignore
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f74b9549..97698111 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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