.hgignore
author Martin Geisler <mg@lazybytes.net>
Sun, 02 Aug 2009 17:17:17 +0200
branchstable
changeset 627 451b9cd81c71
parent 450 86c17b3e9100
permissions -rw-r--r--
minirst: indent literal blocks with two spaces The vast majority* of them are formatted like this in the source, so this basically reverts the output to how it looked before we got the minirst parser. *: the help on templating use four spaces for some examples and will now shown with an indentation of just two spaces. [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST