.hgignore
author cavaliet
Mon, 28 Jan 2013 18:35:10 +0100
changeset 9 aee87529a698
parent 4 0587d6556969
child 11 8690174634a3
permissions -rw-r--r--
first views with empty templates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
0587d6556969 +add virtualenv creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: regexp
0587d6556969 +add virtualenv creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
^virtualenv/web/project-boot\.py$
0587d6556969 +add virtualenv creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
^virtualenv/web/env/
0587d6556969 +add virtualenv creation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
syntax: regexp
9
aee87529a698 first views with empty templates
cavaliet
parents: 4
diff changeset
     5
^src/egonomy/config\.py$
aee87529a698 first views with empty templates
cavaliet
parents: 4
diff changeset
     6
syntax: regexp
aee87529a698 first views with empty templates
cavaliet
parents: 4
diff changeset
     7
^web/static/site$
aee87529a698 first views with empty templates
cavaliet
parents: 4
diff changeset
     8
syntax: regexp
aee87529a698 first views with empty templates
cavaliet
parents: 4
diff changeset
     9
^\.pydevproject$