.hgignore
author ymh <ymh.work@gmail.com>
Mon, 02 Dec 2013 23:26:46 +0100
changeset 159 dbc7cce33ace
parent 130 1db835329739
permissions -rw-r--r--
check that the value returned is an url. This effectively close bug #13, but really is a hack where the value should be tested to belong to a given thesaurus.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: regexp
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
^run$
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
^\.pydevproject$
81e7900b06a7 First import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
^src/p4l/config\.py$
1
d184767fdd52 first list view
cavaliet
parents: 0
diff changeset
     5
^\.metadata$
2
aaa8629d42c9 add django rest framework and its dependencies + improve virtualenv creation
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     6
^virtualenv/web/project-boot\.py$
1
d184767fdd52 first list view
cavaliet
parents: 0
diff changeset
     7
^virtualenv/web/env$
d184767fdd52 first list view
cavaliet
parents: 0
diff changeset
     8
^\.settings$
120
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     9
^web/static$
130
1db835329739 ignore git
ymh <ymh.work@gmail.com>
parents: 120
diff changeset
    10
^doc/_build$
1db835329739 ignore git
ymh <ymh.work@gmail.com>
parents: 120
diff changeset
    11
^.git.*