From 8c0be0d84edea794abaa07040786817891b91999 Mon Sep 17 00:00:00 2001 From: Chord Date: Wed, 27 Jul 2016 01:16:30 -0400 Subject: [PATCH] Ignore log files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f673a488..e815266b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ out/ *.ipr *.iml +# Log files +*.log + # Random *.swp /*.csv