.hgignore
author Matt Mackall <mpm@selenic.com>
Thu, 26 Jun 2008 13:46:34 -0500
branchstable
changeset 469 8b8a196602ac
parent 450 86c17b3e9100
permissions -rw-r--r--
simplify flag handling add _checklink var to dirstate introduce dirstate.flagfunc switch users of util.execfunc/linkfunc to flagfunc change manifestdict.set to take a flags string change ctx.fileflags to ctx.flags change gitmode func to a dict remove util.execfunc/linkfunc [ original upstream description]

syntax: glob

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

build/*
MANIFEST