From 5b3b3346b4091bb3b1412df9551297eb9663b9ff Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 8 Mar 2012 13:31:19 -0800 Subject: [PATCH] Ignore logs. --- .gitignore | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1a2895a..23fecfd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,10 +26,12 @@ test/*.log test/fixtures/*.json test/fixtures/logs/*.log +build +dist +var +log +tmp + lib/version.js -build/ -dist/ -tmp/ -var/ -static/tmp -www/presets/*.jsonlog +www/presets/*.json + -- 1.7.0.4