From 46f5cd98b32da9d5222cc60a476968fb80326e10 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 25 Sep 2013 11:04:48 +0200 Subject: [PATCH 1/3] Clean up .gitignore --- .gitignore | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 7b1e282f2..da6336b17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,23 @@ -backup -build -dist -supybot.egg-info -test-data -test-conf -test-logs +*.mo *.pyc -docs/_build -docs/plugins -*.swp *.swo *~ -*.mo +.*.s[a-w][a-p] +.s[a-w][a-p] +MANIFEST +backup/ +build/ debian/limnoria* debian/python-module-stampdir/ dist/ -push.sh +docs/_build/ +docs/plugins/ +limnoria.egg-info/ merge.sh -src/version.py -MANIFEST +push.sh py3k/ +src/version.py +supybot.egg-info/ +test-conf/ +test-data/ +test-logs/ From f0050b95b97781a9e41527e9bfe4548b9a553bef Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 25 Sep 2013 11:43:31 +0200 Subject: [PATCH 2/3] Fix previous commit --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index da6336b17..7697aa217 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.mo -*.pyc -*.swo +*.py[co] *~ .*.s[a-w][a-p] .s[a-w][a-p] From f760d54d7d16b62c6c2c53d2dfd88d80cd996841 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 25 Sep 2013 11:44:14 +0200 Subject: [PATCH 3/3] I forgot this one... Who uses Emacs anyway? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7697aa217..9a9416fdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +#*# *.mo *.py[co] *~