From 9fc52eb4f576db47f25c56691ec6b39c94e0b57b Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Sun, 4 Dec 2011 22:49:10 +0000 Subject: [PATCH] Update .gitignore file: * Remove .bundle * Prefix all path with leading slash --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4cd63b3..32a0344 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.bundle -config/database.yml -log/*.log -tmp/ +/config/database.yml +/log/*.log +/tmp/