.hgignore
author Siddharth Agarwal <sid0@fb.com>
Tue, 16 Oct 2012 11:43:15 -0700
branchstable
changeset 1145 446f29d60749
parent 450 86c17b3e9100
permissions -rw-r--r--
commands: don't infer repo for commands like update (issue2748) Maintain a whitelist of commands to infer the repo for instead. The whitelist contains those commands that take file(s) in the working dir as arguments. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST