From 6c354699621c56d3fc0c49293d64cecd5996e7e6 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 28 Dec 2011 17:33:55 -0500 Subject: [PATCH] Add dist/ and build/ to gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c7d8011c0be..6fb2a3bda2b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,7 @@ /lib/Cake/Console/Templates/skel/tmp/ /plugins /vendors +/build +/dist .DS_Store tags