annotate .hgignore @ 288:c8757469da39

The magic hash was broken.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 04:30:49 +0900
parents 4411631db561
children ffa27fdc04ac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
282
4411631db561 Also ignores .bundle.
edogawaconan <me@myconan.net>
parents: 281
diff changeset
1 ^(\.bundle|log|tmp)(/|$)
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
2 ^[^/]+\.war
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
3 ^config/(newrelic\.yml|database\.yml|unicorn\.rb|local_config\.rb)$
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
4 ^public/assets(/|$)
54
e8920b00035c Moved cache to dedicated directory.
Edho Arief <edho@myconan.net>
parents: 0
diff changeset
5 ^public/cache(/|$)
277
fd130042a0e2 Sorted, removed unrelated ignores.
edogawaconan <me@myconan.net>
parents: 209
diff changeset
6 ^public/robots.txt$
168
eb6036ddff7a Also ignores symlinks.
Edho Arief <edho@myconan.net>
parents: 92
diff changeset
7 ^vendor/bundle(/|$)