.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 01:43:35 +0530
changeset 389 a25800ef4217
parent 385 979f2f44050a
child 399 e081065bc80c
permissions -rw-r--r--
Updated the hgignore file to ignore all the unnecessary files.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
389
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
     1
# use glob syntax.
240
6485c8e5d775 Added hgignore file
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     2
syntax: glob
6485c8e5d775 Added hgignore file
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     3
6485c8e5d775 Added hgignore file
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     4
*.pyc
389
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
     5
*.zip
240
6485c8e5d775 Added hgignore file
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     6
*~
389
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
     7
.project
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
     8
.pydevproject
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
     9
app.yaml
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    10
build
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    11
tests/coverageResults
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    12
*,cover
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    13
tests/.coverage
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    14
*.git
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    15
*.egg-info
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    16
eggs
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    17
parts
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    18
.installed.cfg
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    19
bin
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    20
develop-eggs
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    21
.gitignore
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    22
.DS_Store
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    23
.settings
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    24
.*.swp
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    25
*.egg
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    26
*.egg-link
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    27
*.svn*
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    28
*.wpr
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    29
.installed.cfg
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    30
src/*
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    31
parts
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    32
downloads
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    33
.xvpics*
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    34
.project
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    35
pytask/local.py
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    36
pytask/pytask.egg-info
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    37
pytask/static/media
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    38
apache/*
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    39
*.swp
240
6485c8e5d775 Added hgignore file
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
    40
*.bak
389
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    41
*.swo
a25800ef4217 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 385
diff changeset
    42
*.db-journal
240
6485c8e5d775 Added hgignore file
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
    43
*.db