.hgignore
author Peter Madarasi <madarasip@caesar.elte.hu>
Mon, 30 Mar 2015 17:42:30 +0200
changeset 1350 a037254714b3
parent 610 dad9db81ade2
permissions -rw-r--r--
VF2 algorithm added (#597)

The implementation of this feature was sponsored by QuantumBio Inc.
     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