author | hoelzl |
Mon, 10 Mar 2014 20:04:40 +0100 | |
changeset 56020 | f92479477c52 |
parent 55138 | 2fa86fa27a0f |
child 56419 | f47de9e82b0f |
permissions | -rw-r--r-- |
28909 | 1 |
syntax: glob |
2 |
||
3 |
*~ |
|
28911 | 4 |
*.class |
5 |
*.jar |
|
48808
28f1d184c093
ignore some administrative files on newer Mercurial versions as well;
wenzelm
parents:
43287
diff
changeset
|
6 |
*.orig |
28f1d184c093
ignore some administrative files on newer Mercurial versions as well;
wenzelm
parents:
43287
diff
changeset
|
7 |
*.rej |
28909 | 8 |
.DS_Store |
54560 | 9 |
.swp |
28909 | 10 |
|
11 |
||
12 |
syntax: regexp |
|
13 |
||
31669 | 14 |
^contrib |
28909 | 15 |
^heaps/ |
16 |
^browser_info/ |
|
48973
fcd21f714996
updated .hgignore to reflect to (almost) clean result of build_doc;
wenzelm
parents:
48808
diff
changeset
|
17 |
^doc/.*\.dvi |
fcd21f714996
updated .hgignore to reflect to (almost) clean result of build_doc;
wenzelm
parents:
48808
diff
changeset
|
18 |
^doc/.*\.eps |
fcd21f714996
updated .hgignore to reflect to (almost) clean result of build_doc;
wenzelm
parents:
48808
diff
changeset
|
19 |
^doc/.*\.pdf |
fcd21f714996
updated .hgignore to reflect to (almost) clean result of build_doc;
wenzelm
parents:
48808
diff
changeset
|
20 |
^doc/.*\.ps |
43287 | 21 |
^src/Tools/jEdit/dist/ |