From b10daeb2b3b90eb103f6bb3285528976b3938d84 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 16 Nov 2015 17:02:26 +0000
Subject: [PATCH] Update .gitignore-global

---
 .gitignore-global | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore-global b/.gitignore-global
index 29d5db21..a2afa249 100644
--- a/.gitignore-global
+++ b/.gitignore-global
@@ -26,6 +26,9 @@ interdiff*.txt
 # Ignore Vagrant files.
 .vagrant
 
+# Ignore logs.
+*.log
+
 # Ignore IDE and text editor files.
 .idea/
 *.sublime-*