.hgignore
author ymh <ymh.work@gmail.com>
Tue, 12 Feb 2013 10:54:34 +0100
changeset 134 678b07d351ef
parent 125 e292c7b311bd
permissions -rw-r--r--
Added tag V01.25 for changeset fe9ca5cd905e
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$
41
f2123b4487e9 début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 21
diff changeset
    25
syntax: glob
f2123b4487e9 début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 21
diff changeset
    26
web/static/res/js/theend.sublime-project
51
d9b8e669c223 Ignore static/media
veltr
parents: 41
diff changeset
    27
web/static/res/js/theend.sublime-workspace
d9b8e669c223 Ignore static/media
veltr
parents: 41
diff changeset
    28
syntax: regexp
125
e292c7b311bd ignore cache
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    29
^web/static/media$
e292c7b311bd ignore cache
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    30
syntax: regexp
e292c7b311bd ignore cache
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    31
^web/static/cache$