From eb2fce200d236b68b38f43b47417df20fe79708f Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Thu, 1 Aug 2013 10:51:53 +0800 Subject: [PATCH] add test/* and tmp/* to ignore files list --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b6a68d44..718c0e76 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ tmp/pids/server.pid log /log/development.log /log/development.scm.stderr.log +test/* +tmp/*