.hgignore
author ymh <ymh.work@gmail.com>
Mon, 12 Mar 2012 01:07:56 +0100
changeset 145 5e79ea1eccb3
parent 129 9f5460c2c2c1
child 266 825ff4d6a8ac
permissions -rw-r--r--
improve interface
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
syntax: glob
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
virtualenv/web/env/*
19
e2f27df4e17b some changes to import all data from export
ymh <ymh.work@gmail.com>
parents: 11
diff changeset
     4
*.pyc
0
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
syntax: regexp
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
^web/hdabo/config\.py$
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
^web/hdabo/.htaccess$
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
syntax: regexp
1
95c490397619 ignore some file
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    11
^web/static/site$
19
e2f27df4e17b some changes to import all data from export
ymh <ymh.work@gmail.com>
parents: 11
diff changeset
    12
\.DS_Store
1
95c490397619 ignore some file
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    13
syntax: regexp
11
143ab88d17f8 add ordered manytomany fields and indexing
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    14
^virtualenv/web/project-boot\.py$
143ab88d17f8 add ordered manytomany fields and indexing
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    15
syntax: regexp
143ab88d17f8 add ordered manytomany fields and indexing
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    16
^web/index/.*$
37
85f45ad591f6 prepare version
ymh <ymh.work@gmail.com>
parents: 19
diff changeset
    17
85f45ad591f6 prepare version
ymh <ymh.work@gmail.com>
parents: 19
diff changeset
    18
syntax: regexp
72
ba8ebabbaece -correct css and display
ymh <ymh.work@gmail.com>
parents: 37
diff changeset
    19
^virtualenv/res/src/south$
ba8ebabbaece -correct css and display
ymh <ymh.work@gmail.com>
parents: 37
diff changeset
    20
syntax: regexp
114
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents: 72
diff changeset
    21
\.sh$
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents: 72
diff changeset
    22
syntax: regexp
122
fde8335a037c Added Geographic Inclusion in the Django version (server only)
veltr
parents: 114
diff changeset
    23
^web/hdalab/config\.py$
fde8335a037c Added Geographic Inclusion in the Django version (server only)
veltr
parents: 114
diff changeset
    24
syntax: regexp
fde8335a037c Added Geographic Inclusion in the Django version (server only)
veltr
parents: 114
diff changeset
    25
^web/hdalab/\.htaccess$
fde8335a037c Added Geographic Inclusion in the Django version (server only)
veltr
parents: 114
diff changeset
    26
syntax: regexp
129
9f5460c2c2c1 ignoring settings
veltr
parents: 122
diff changeset
    27
^web/hdalab/\.htaccess$
9f5460c2c2c1 ignoring settings
veltr
parents: 122
diff changeset
    28
syntax: regexp
9f5460c2c2c1 ignoring settings
veltr
parents: 122
diff changeset
    29
^\.settings$