.hgignore
author Christian Ebert <blacktrash@gmx.net>
Tue, 16 Mar 2010 22:29:16 +0100
changeset 710 2f341cf2268d
parent 450 86c17b3e9100
permissions -rw-r--r--
Do not bother about detecting extension path in demo Detecting and showing the path to a keyword extension in a non-standard place only made sense while keyword.py was not shipped with Mercurial. The test output has changed because we do not have a spurious space at eol anymore.

syntax: glob

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

build/*
MANIFEST