.hgignore
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 26 Sep 2008 12:40:11 +0200
changeset 286 da414906fe21
parent 155 5c3604513ed0
child 298 74eb8b425d82
permissions -rw-r--r--
Improvements related to BFS/DFS/Dijkstra (ticket #96)
- Add run(s,t) function to BfsVisit.
- Modify run(s,t) functions in the class interfaces to return bool value.
- Bug fix in Dijkstra::start(t) function.
- Improve Dijkstra::currentDist().
- Extend test files to check named class template parameters.
- Doc improvements.
     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 .dirstamp
    26 .libs/*
    27 .deps/*
    28 demo/*.eps
    29 
    30 syntax: regexp
    31 (.*/)?\#[^/]*\#$
    32 ^doc/html/.*
    33 ^doc/.*\.tag
    34 ^autom4te.cache/.*
    35 ^build-aux/.*
    36 ^objs.*/.*
    37 ^test/[a-z_]*$
    38 ^demo/.*_demo$
    39 ^build/.*
    40 ^doc/gen-images/.*
    41 CMakeFiles
    42 DartTestfile.txt
    43 cmake_install.cmake
    44 CMakeCache.txt