author | Nicola Baldo <nbaldo@cttc.es> |
Thu, 19 May 2011 18:25:53 +0200 | |
changeset 8102 | 0182bb37aedb |
parent 7204 | 052d30ceb700 |
child 8253 | 6faee3d1d1d0 |
permissions | -rw-r--r-- |
1324
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
1 |
\.rej$ |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
2 |
\.orig$ |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
3 |
\.o$ |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
4 |
~$ |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
5 |
^build-dir |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
6 |
^build |
5412
00d7fe69d024
refalgamize temporary files in test.py
Craig Dowell <craigdo@ee.washington.edu>
parents:
5102
diff
changeset
|
7 |
^testpy-output |
1324
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
8 |
^doc/html |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
9 |
^doc/latex |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
10 |
^\.lock-wscript |
968f98557540
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1321
diff
changeset
|
11 |
^\.waf |
1856
0f572793e57a
update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
1541
diff
changeset
|
12 |
^doc/introspected-doxygen\.h$ |
2885
34fd5f64cf72
Ignore .py[co] files (python bytecodes)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
1856
diff
changeset
|
13 |
.*\.py[co]$ |
2899
e5070e510fa8
add pcap files to ignore list.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
2885
diff
changeset
|
14 |
\.pcap$ |
4016
88e8d69b15f2
hg-ignore .mob files (mobility traces)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
3482
diff
changeset
|
15 |
\.mob$ |
6701
a590022a1536
[bug 947] Pretty-print IPv4 routing tables (patch originated by Hemanth Narra)
Tom Henderson <tomh@tomh.org>
parents:
5412
diff
changeset
|
16 |
\.routes$ |
6753
c9133c87760d
Fix .hgignore for new documentation
Tom Henderson <tomh@tomh.org>
parents:
6701
diff
changeset
|
17 |
^doc/manual/build |
6755
b3da3ed88b6e
add tutorial/build to .hgignore
Tom Henderson <tomh@tomh.org>
parents:
6753
diff
changeset
|
18 |
^doc/tutorial/build |
6762
ec42670d413a
update .hgignore for testing document
Tom Henderson <tomh@tomh.org>
parents:
6755
diff
changeset
|
19 |
^doc/testing/build |
7204
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
6762
diff
changeset
|
20 |
^doc/models/build |
052d30ceb700
split manual; create model library
Tom Henderson <tomh@tomh.org>
parents:
6762
diff
changeset
|
21 |
^doc/models/source-temp |
3318
234603159601
update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
2899
diff
changeset
|
22 |
^doc/manual/figures/.*eps |
234603159601
update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
2899
diff
changeset
|
23 |
^doc/manual/figures/.*pdf |
234603159601
update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
2899
diff
changeset
|
24 |
^doc/manual/figures/.*png |
8102
0182bb37aedb
ff-api.rst merged into lte-design.rst
Nicola Baldo <nbaldo@cttc.es>
parents:
7204
diff
changeset
|
25 |
^src/.*/doc/build |
0182bb37aedb
ff-api.rst merged into lte-design.rst
Nicola Baldo <nbaldo@cttc.es>
parents:
7204
diff
changeset
|
26 |
^src/.*/doc/source/figures/.*.eps |
0182bb37aedb
ff-api.rst merged into lte-design.rst
Nicola Baldo <nbaldo@cttc.es>
parents:
7204
diff
changeset
|
27 |
^src/.*/doc/source/figures/.*.pdf |
0182bb37aedb
ff-api.rst merged into lte-design.rst
Nicola Baldo <nbaldo@cttc.es>
parents:
7204
diff
changeset
|
28 |
^src/.*/doc/source/figures/.*.png |
4591
7eff6247737e
update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
4016
diff
changeset
|
29 |
ms_print.* |
7eff6247737e
update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
4016
diff
changeset
|
30 |
massif.* |
7eff6247737e
update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
4016
diff
changeset
|
31 |
\.patch$ |
7eff6247737e
update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
4016
diff
changeset
|
32 |
\.diff$ |
4593
5a4325290b40
ignore emacs backup files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
4591
diff
changeset
|
33 |
\.tr$ |
6701
a590022a1536
[bug 947] Pretty-print IPv4 routing tables (patch originated by Hemanth Narra)
Tom Henderson <tomh@tomh.org>
parents:
5412
diff
changeset
|
34 |
\#[^\#/]+\#$ |