.hgignore
author ymh <ymh.work@gmail.com>
Tue, 13 Nov 2012 16:20:34 +0100
changeset 38 0fe2f3f5466f
parent 19 821b602056a8
child 39 6b6d2efb0610
child 40 342f180b09ec
permissions -rw-r--r--
add basic pages and api endpoints
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
08f6e99af174 prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
08f6e99af174 prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
syntax: regexp
08f6e99af174 prepare the installation of the ldt platform
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
^virtualenv/.*/project-boot.py
2
06be5588329f ignore pref file
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     4
^virtualenv/.*/env/.*$
3
1cb672cb9f9d Add sync script files
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     5
^\.settings/org\.eclipse\.core\.resources\.prefs$
19
821b602056a8 prepare hyperplateau for translation
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     6
^sbin/sync/config\.py$
821b602056a8 prepare hyperplateau for translation
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     7
^ldt/web/ldtplatform/\.htaccess$
821b602056a8 prepare hyperplateau for translation
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     8
^ldt/web/ldtplatform/config\.py$
821b602056a8 prepare hyperplateau for translation
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     9
^ldt/web/static/site$
821b602056a8 prepare hyperplateau for translation
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
    10
^ldt/web/log
38
0fe2f3f5466f add basic pages and api endpoints
ymh <ymh.work@gmail.com>
parents: 19
diff changeset
    11
^web/static$
0fe2f3f5466f add basic pages and api endpoints
ymh <ymh.work@gmail.com>
parents: 19
diff changeset
    12
^ldt/web/static$
0fe2f3f5466f add basic pages and api endpoints
ymh <ymh.work@gmail.com>
parents: 19
diff changeset
    13
syntax: regexp
0fe2f3f5466f add basic pages and api endpoints
ymh <ymh.work@gmail.com>
parents: 19
diff changeset
    14
^src/log$