.hgignore
author Tom Henderson <tomh@tomh.org>
Fri, 23 Dec 2011 13:08:14 -0800
changeset 7658 9007193fbb8d
parent 7638 2d8eeffe5ea7
child 7674 aa38aedebad2
child 8500 86d777ca8026
permissions -rw-r--r--
re-enable openflow test suite
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
7638
2d8eeffe5ea7 add doc/ns3-object.txt to .hgignore
Tom Henderson <tomh@tomh.org>
parents: 7497
diff changeset
    10
^doc/ns3-object.txt
7497
b9c82024dddd Add a script to help create new ns-3 modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7204
diff changeset
    11
^\.lock-wafbuild
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
    12
^\.waf
1856
0f572793e57a update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1541
diff changeset
    13
^doc/introspected-doxygen\.h$
2885
34fd5f64cf72 Ignore .py[co] files (python bytecodes)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1856
diff changeset
    14
.*\.py[co]$
2899
e5070e510fa8 add pcap files to ignore list.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2885
diff changeset
    15
\.pcap$
4016
88e8d69b15f2 hg-ignore .mob files (mobility traces)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3482
diff changeset
    16
\.mob$
6701
a590022a1536 [bug 947] Pretty-print IPv4 routing tables (patch originated by Hemanth Narra)
Tom Henderson <tomh@tomh.org>
parents: 5412
diff changeset
    17
\.routes$
6753
c9133c87760d Fix .hgignore for new documentation
Tom Henderson <tomh@tomh.org>
parents: 6701
diff changeset
    18
^doc/manual/build
6755
b3da3ed88b6e add tutorial/build to .hgignore
Tom Henderson <tomh@tomh.org>
parents: 6753
diff changeset
    19
^doc/tutorial/build
6762
ec42670d413a update .hgignore for testing document
Tom Henderson <tomh@tomh.org>
parents: 6755
diff changeset
    20
^doc/testing/build
7204
052d30ceb700 split manual; create model library
Tom Henderson <tomh@tomh.org>
parents: 6762
diff changeset
    21
^doc/models/build
052d30ceb700 split manual; create model library
Tom Henderson <tomh@tomh.org>
parents: 6762
diff changeset
    22
^doc/models/source-temp
3318
234603159601 update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2899
diff changeset
    23
^doc/manual/figures/.*eps
234603159601 update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2899
diff changeset
    24
^doc/manual/figures/.*pdf
234603159601 update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 2899
diff changeset
    25
^doc/manual/figures/.*png
3482
5393e306a243 hg ignore the pybindgen checkout dir
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 3318
diff changeset
    26
^bindings/python/pybindgen/
4591
7eff6247737e update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4016
diff changeset
    27
ms_print.*
7eff6247737e update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4016
diff changeset
    28
massif.*
7eff6247737e update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4016
diff changeset
    29
\.patch$
7eff6247737e update ignore rules
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4016
diff changeset
    30
\.diff$
4593
5a4325290b40 ignore emacs backup files
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4591
diff changeset
    31
\.tr$
6701
a590022a1536 [bug 947] Pretty-print IPv4 routing tables (patch originated by Hemanth Narra)
Tom Henderson <tomh@tomh.org>
parents: 5412
diff changeset
    32
\#[^\#/]+\#$