From 57a0e30beb042efb6d9a675d62a7235fea3de0ba Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 23 Sep 2014 00:09:51 +0200 Subject: [PATCH] Ignore various files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9da33c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore the configfile +botconfig.py + +# Ignore the errorlog +errors.log + +# Ignore the database +data.sqlite3 + +# Ignore the python files +**/*.pyc \ No newline at end of file