.hgignore
author raph
Tue, 06 Apr 2010 17:19:42 +0200
changeset 243 ff3c296ca7ad
parent 242 4e454aacae50
child 302 55f97508300b
permissions -rw-r--r--
ignore content of eggs directory


syntax: regexp
^downloads$
syntax: regexp
^settings_local\.py$
syntax: regexp
^urls_local\.py$
syntax: regexp
^bin$
syntax: regexp
^develop-eggs$
syntax: glob
eggs/**
syntax: regexp
^src/comt\.egg-info$
syntax: regexp
^parts$
syntax: regexp
^\.installed\.cfg$

syntax: regexp
^develop-eggs$
syntax: regexp
^downloads$
syntax: regexp
^parts$
syntax: regexp
^bin$
syntax: regexp
^recreate$
syntax: regexp
^\.pydevproject$
syntax: regexp
^\.settings/.*$

syntax: glob
*.pyc


syntax: regexp
^develop-eggs$