From e1197dc9e029cb32b91c99c8cc26794ab4ab3cc1 Mon Sep 17 00:00:00 2001 From: Hisham Date: Wed, 19 Oct 2016 13:43:16 -0400 Subject: Add some useful rules to .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f74b9549..97698111 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,13 @@ /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 -- cgit v1.2.3-55-g6feb