add test/* and tmp/* to ignore files list

This commit is contained in:
huangjingquan 2013-08-01 10:51:53 +08:00
parent 36686d6cf3
commit eb2fce200d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ tmp/pids/server.pid
log
/log/development.log
/log/development.scm.stderr.log
test/*
tmp/*