.hgignore
author Matt Mackall <mpm@selenic.com>
Thu, 14 Nov 2013 18:07:43 -0600
branchstable
changeset 1303 94e35118a756
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: skip tests that require not having root (issue4089) This adds a new root hghave to test against. Almost all of these are a subset of unix-permissions, but that is also used for checking exec bit handling. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST