From 6825199667f201d8ce8afd917cb4ba08d5249b2c Mon Sep 17 00:00:00 2001 From: Ben Zittlau Date: Thu, 24 Mar 2011 13:21:01 -0600 Subject: [PATCH] Adding server logs and tmp files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 38ec572a..eaeb5d70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ test/debug.log test/paper_trail_plugin.sqlite3.db +test/dummy/log/* +test/dummy/tmp/* coverage pkg/* *.gem