.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Wed, 10 Oct 2012 01:37:53 +0200
branchstable
changeset 1138 bb419c4bfdd9
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: use more explicit criteria for detecting no-eol Preparing for the situation where there could be unsalted lines not terminated with \n. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST