author | amit@thunder |
Tue, 02 Mar 2010 18:43:02 +0530 | |
changeset 0 | 27e1f5bd2774 |
permissions | -rwxr-xr-x |
0
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
1 |
# use glob syntax. |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
2 |
syntax: glob |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
3 |
|
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
4 |
*.html |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
5 |
*.aux |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
6 |
*.dvi |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
7 |
*.log |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
8 |
*.nav |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
9 |
*.snm |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
10 |
*.toc |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
11 |
|
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
12 |
*.vrb |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
13 |
*.out |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
14 |
*.sty |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
15 |
*.pyc |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
16 |
*.zip |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
17 |
*~ |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
18 |
.project |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
19 |
.pydevproject |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
20 |
app.yaml |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
21 |
build |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
22 |
tests/coverageResults |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
23 |
*,cover |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
24 |
tests/.coverage |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
25 |
*.git |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
26 |
*.egg-info |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
27 |
eggs |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
28 |
parts |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
29 |
.installed.cfg |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
30 |
bin |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
31 |
develop-eggs |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
32 |
.gitignore |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
33 |
.DS_Store |
27e1f5bd2774
Using test review as the test directory for testing sees.hook for the review app
amit@thunder
parents:
diff
changeset
|
34 |
index.yaml |