.hgignore
author Matt Mackall <mpm@selenic.com>
Sat, 01 Mar 2014 16:20:15 -0600
branchstable
changeset 1350 f541c0ba771c
parent 450 86c17b3e9100
permissions -rw-r--r--
extensions: remove the inotify extension (BC) This extension has always had correctness issues and has been unmaintained for years. It is now removed in favor of the third-party hgwatchman which is maintained and appears to be correct. Users with inotify enabled in their config files will fall back to standard status performance. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST