# -*-conf-*- # See also REPO/.hgignore # These are for any isolated repo that does not use AUFS to separate out the unrevisioned # files. Add them as needed to the repo's /.hgignore, or to an extra ignore file set in # the repo's .hg/hgrc [ui] section: # # [ui] # ignore.foo=/path-to/.hgignore.foo # ---------------------------------------------------------------------------------------- #\.sync-web-control.pl$ #\.task$ # AUFS whiteout files in my union mount branches # ---------------------------------------------------------------------------------------- (^|/)\.wh\.\.wh\. # Emacs lock files. They are soft links, and therefore ignored in 0.9.3; but that may change in 0.9.4. # ---------------------------------------------------------------------------------------- (^|/)\.\# # Mercurial backup files # ---------------------------------------------------------------------------------------- \.orig$