From 124e5fa9b0955b7259911fff02f4779985416339 Mon Sep 17 00:00:00 2001 From: Kyle Slattery Date: Mon, 18 Oct 2010 13:06:06 -0400 Subject: [PATCH] Add log/ and tmp/ to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 613e401..a0ebc9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ config/database.yml -.bundle \ No newline at end of file +.bundle +log/ +tmp/ \ No newline at end of file