.hgignore
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 17:46:49 +0530
changeset 501 b84d6a1d4603
parent 399 e081065bc80c
child 552 4ad59c93c2bd
permissions -rw-r--r--
Change all the queries to Textbook model to Tasks. Since Textbook model is deprecated now, implemented the changes in the views to query respected queries and make corresponding changes in the views.
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
399
e081065bc80c Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 389
diff changeset
    44
migrations