summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d3d0b35..77c453b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,7 @@ manachat.ini
bot/*.txt
#compiled python files
-*.pyc \ No newline at end of file
+*.pyc
+
+#Logs
+*.log \ No newline at end of file