author | amit |
Tue, 07 Sep 2010 11:03:27 +0530 | |
changeset 123 | 7a16c80c584d |
parent 106 | 43ca1381dbef |
permissions | -rwxr-xr-x |
82 | 1 |
# use glob syntax. |
2 |
syntax: glob |
|
3 |
||
4 |
*.html |
|
5 |
*.aux |
|
6 |
*.dvi |
|
7 |
*.log |
|
8 |
*.nav |
|
9 |
*.snm |
|
10 |
*.toc |
|
11 |
||
12 |
*.vrb |
|
13 |
*.out |
|
14 |
*.sty |
|
15 |
*.pyc |
|
16 |
*.zip |
|
106
43ca1381dbef
Added .org files to .hgignore
Puneeth Chaganti <punchagan@fossee.in>
parents:
82
diff
changeset
|
17 |
*.org |
82 | 18 |
*~ |
19 |
.project |
|
20 |
.pydevproject |
|
21 |
app.yaml |
|
22 |
build |
|
23 |
tests/coverageResults |
|
24 |
*,cover |
|
25 |
tests/.coverage |
|
26 |
*.git |
|
27 |
*.egg-info |
|
28 |
eggs |
|
29 |
parts |
|
30 |
.installed.cfg |
|
31 |
bin |
|
32 |
develop-eggs |
|
33 |
.gitignore |
|
34 |
.DS_Store |
|
106
43ca1381dbef
Added .org files to .hgignore
Puneeth Chaganti <punchagan@fossee.in>
parents:
82
diff
changeset
|
35 |
index.yaml |