.hgignore
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 15 Mar 2011 19:32:21 +0100
changeset 936 ddd3c0d3d9bf
parent 563 dad9db81ade2
permissions -rw-r--r--
Implement the scaling Price Refinement heuristic in CostScaling (#417)
instead of Early Termination.

These two heuristics are similar, but the newer one is faster
and not only makes it possible to skip some epsilon phases, but
it can improve the performance of the other phases, as well.
     1 syntax: glob
     2 *.obj
     3 *.orig
     4 *.rej
     5 *~
     6 *.o
     7 *.log
     8 *.lo
     9 *.tar.*
    10 *.bak
    11 Makefile.in
    12 aclocal.m4
    13 config.h.in
    14 configure
    15 Makefile
    16 config.h
    17 config.log
    18 config.status
    19 libtool
    20 stamp-h1
    21 lemon/lemon.pc
    22 lemon/libemon.la
    23 lemon/stamp-h2
    24 doc/Doxyfile
    25 doc/references.dox
    26 cmake/version.cmake
    27 .dirstamp
    28 .libs/*
    29 .deps/*
    30 demo/*.eps
    31 m4/libtool.m4
    32 m4/ltoptions.m4
    33 m4/ltsugar.m4
    34 m4/ltversion.m4
    35 m4/lt~obsolete.m4
    36 
    37 syntax: regexp
    38 (.*/)?\#[^/]*\#$
    39 (.*/)?\.\#[^/]*$
    40 ^doc/html/.*
    41 ^doc/.*\.tag
    42 ^autom4te.cache/.*
    43 ^build-aux/.*
    44 ^.*objs.*/.*
    45 ^test/[a-z_]*$
    46 ^tools/[a-z-_]*$
    47 ^demo/.*_demo$
    48 ^.*build.*/.*
    49 ^doc/gen-images/.*
    50 CMakeFiles
    51 DartTestfile.txt
    52 cmake_install.cmake
    53 CMakeCache.txt