.hgignore
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 11 Sep 2010 10:57:35 +0200
branchstable
changeset 1053 ede95d3a1f27
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: fix incompatibility with python-2.4 in test-hgweb Thanks to lcantey for catching it. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST