.hgignore
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 22 Oct 2009 09:50:10 +0200
changeset 3026 75ef22dc5a8a
parent 2587 ec7818110fd2
permissions -rw-r--r--
Removed query wether or not the current user was ever an org admin. This is because it makes no sense to not show the approve this task button if th is task was suggested by an org admin. The suggest page is there for a reason fo staging tasks anyway. Also added TODO to let the mentor's suggest page redirect to the normal edit pag e after a task has been suggested. This is more natural since the task lists als o redirects to this page for unapproved tasks and the normal edit page also has the capability to hide fields determined by the user's access.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2275
030d014792c5 Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
# use glob syntax.
030d014792c5 Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     2
syntax: glob
030d014792c5 Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     3
030d014792c5 Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     4
*.pyc
2290
a9f77dea9e73 Ignore zip files and build directory
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2275
diff changeset
     5
*.zip
2291
3e21586df316 Ignore backup files (*~)
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2290
diff changeset
     6
*~
2293
57fab599444a Ignore .project and .pydevproject files
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2291
diff changeset
     7
.project
57fab599444a Ignore .project and .pydevproject files
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2291
diff changeset
     8
.pydevproject
2275
030d014792c5 Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     9
app.yaml
2290
a9f77dea9e73 Ignore zip files and build directory
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2275
diff changeset
    10
build
2297
2cc532110b6f Added coverage output files to .hgignore
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2293
diff changeset
    11
tests/coverageResults
2cc532110b6f Added coverage output files to .hgignore
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2293
diff changeset
    12
*,cover
2cc532110b6f Added coverage output files to .hgignore
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2293
diff changeset
    13
tests/.coverage
2305
eb4d331d41aa Add .git to the .hgignore file
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2297
diff changeset
    14
*.git
2587
ec7818110fd2 Start using buildout to bring in external dependencies.
Augie Fackler <durin42@gmail.com>
parents: 2441
diff changeset
    15
*.egg-info
ec7818110fd2 Start using buildout to bring in external dependencies.
Augie Fackler <durin42@gmail.com>
parents: 2441
diff changeset
    16
eggs
ec7818110fd2 Start using buildout to bring in external dependencies.
Augie Fackler <durin42@gmail.com>
parents: 2441
diff changeset
    17
parts
ec7818110fd2 Start using buildout to bring in external dependencies.
Augie Fackler <durin42@gmail.com>
parents: 2441
diff changeset
    18
.installed.cfg
ec7818110fd2 Start using buildout to bring in external dependencies.
Augie Fackler <durin42@gmail.com>
parents: 2441
diff changeset
    19
bin
ec7818110fd2 Start using buildout to bring in external dependencies.
Augie Fackler <durin42@gmail.com>
parents: 2441
diff changeset
    20
develop-eggs
2306
6545e6e184bb Add .gitignore to .hgignore
Sverre Rabbelier <sverre@rabbelier.nl>
parents: 2305
diff changeset
    21
.gitignore
2310
d51331eaec15 Add .DS_Store Mac OS X specific files to .hgignore.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 2306
diff changeset
    22
.DS_Store
2441
a24b2b4af87d Added .settings to hgignore.
Lennard de Rijk <ljvderijk@gmail.com>
parents: 2310
diff changeset
    23
.settings