.hgignore
author ymh <ymh.work@gmail.com>
Wed, 07 Nov 2012 16:58:20 +0100
changeset 24 9595ad2678ec
parent 21 87272c6be104
child 41 f2123b4487e9
permissions -rw-r--r--
update ldt + virtualenv. Add workaround for basic http authentication
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     1
222f9654ed39 Added metadataplayer with examples and docs
veltr
parents:
diff changeset
     2
syntax: regexp
10
c2c1a3b30a17 add git repository
ymh <ymh.work@gmail.com>
parents: 8
diff changeset
     3
^\.git
6
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
     4
^\.project$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
     5
^web/index$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
     6
^web/log$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
     7
.*\.pyc$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
     8
^web/\.htaccess$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
     9
^web/static/media/ldt$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
    10
^web/static/site$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
    11
^virtualenv/web/env$
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
    12
.pydevproject
9e29d68d48f1 fat commit to add a platform instance.
cavaliet
parents: 0
diff changeset
    13
^virtualenv/web/project-boot\.py$
20
3cbd273eddf1 move python source file in their own folder
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
    14
^src/theend/\.htaccess$
3cbd273eddf1 move python source file in their own folder
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
    15
^src/theend/config\.py$
8
fd17983fd0bd correct sync scripts
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
    16
^\.settings/org\.eclipse\.core\.resources\.prefs$
fd17983fd0bd correct sync scripts
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
    17
^\.settings/org\.eclipse\.core\.resources\.prefs$
fd17983fd0bd correct sync scripts
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
    18
^\.settings/org\.eclipse\.core\.runtime\.prefs$
fd17983fd0bd correct sync scripts
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
    19
^virtualenv/sync/env/
fd17983fd0bd correct sync scripts
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
    20
^sbin/sync/config\.py$
10
c2c1a3b30a17 add git repository
ymh <ymh.work@gmail.com>
parents: 8
diff changeset
    21
^virtualenv/sync/project-boot\.py$
21
87272c6be104 ignore files
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    22
^\.gitignore$
87272c6be104 ignore files
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    23
^src/log
87272c6be104 ignore files
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    24
^src/\.htaccess$