# HG changeset patch # User edogawaconan # Date 1382010468 -32400 # Node ID ffa27fdc04ac306fd6ee5cec1ecebea0056993c2 # Parent 207853e26088ec4bf169d2aa23e7d94aebc438e0 Hopefully better hgignore. diff -r 207853e26088 -r ffa27fdc04ac .hgignore --- a/.hgignore Wed Oct 16 14:06:01 2013 +0900 +++ b/.hgignore Thu Oct 17 20:47:48 2013 +0900 @@ -1,7 +1,11 @@ -^(\.bundle|log|tmp)(/|$) -^[^/]+\.war -^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$ -^public/assets(/|$) -^public/cache(/|$) -^public/robots.txt$ -^vendor/bundle(/|$) +^\.bundle$ +^config/database\.yml$ +^config/local_config\.rb$ +^config/newrelic\.yml$ +^config/unicorn\.rb$ +^log$ +^public/assets$ +^public/cache$ +^public/robots\.txt$ +^tmp$ +^vendor/bundle$