.hgignore
author Simon Heimberg <simohe@besonet.ch>
Wed, 05 Jun 2013 22:42:43 +0200
branchstable
changeset 1265 ae952fb9707f
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: open hgrc file only for writing The file is not read here. Opening with "w+" is unnecessary. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST