From b4d7835e681969cde7274fb46f1b03dc54ef3f4d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 1 Mar 2010 19:03:55 -0800 Subject: [PATCH] Updated gitignore to ignore bundle files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2f108c29..d3ef1d87c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _site/* .vagrant Vagrantfile -pkg/* \ No newline at end of file +pkg/* +.bundle/* \ No newline at end of file