comparison .hgignore @ 293:ffa27fdc04ac

Hopefully better hgignore.
author edogawaconan <me@myconan.net>
date Thu, 17 Oct 2013 20:47:48 +0900
parents 4411631db561
children d31fe32da7a0
comparison
equal deleted inserted replaced
292:207853e26088 293:ffa27fdc04ac
1 ^(\.bundle|log|tmp)(/|$) 1 ^\.bundle$
2 ^[^/]+\.war 2 ^config/database\.yml$
3 ^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$ 3 ^config/local_config\.rb$
4 ^public/assets(/|$) 4 ^config/newrelic\.yml$
5 ^public/cache(/|$) 5 ^config/unicorn\.rb$
6 ^public/robots.txt$ 6 ^log$
7 ^vendor/bundle(/|$) 7 ^public/assets$
8 ^public/cache$
9 ^public/robots\.txt$
10 ^tmp$
11 ^vendor/bundle$