From 673e74ce053739bff0e5660f22cdf0c291553b04 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 4 Sep 2013 14:13:17 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5dff24..c2b5efa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ -*.pyc +# Backup files +*~ +#*# +.sw[a-p] + +# Python compiled files +*.py[co] *.sqlite3 + +# Config files botconfig.py + +# Log files errors.log