.hgignore
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Thu, 24 Apr 2008 20:26:14 +0100
changeset 152 b37cc0bb12db
parent 111 e47fb28cda5e
child 141 96f81c791f0c
child 153 976a014b3797
permissions -rw-r--r--
Node shape images added to graph_to_eps doc
     1 syntax: glob
     2 *.obj
     3 *.orig
     4 *.rej
     5 *~
     6 *.o
     7 *.log
     8 *.lo
     9 *.tar.*
    10 Makefile.in
    11 aclocal.m4
    12 config.h.in
    13 configure
    14 Makefile
    15 config.h
    16 config.log
    17 config.status
    18 libtool
    19 stamp-h1
    20 lemon/lemon.pc
    21 lemon/libemon.la
    22 lemon/stamp-h2
    23 doc/Doxyfile
    24 .dirstamp
    25 .libs/*
    26 .deps/*
    27 demo/*.eps
    28 
    29 syntax: regexp
    30 (.*/)?\#[^/]*\#$
    31 ^doc/html/.*
    32 ^autom4te.cache/.*
    33 ^build-aux/.*
    34 ^objs.*/.*
    35 ^test/[a-z_]*$
    36 ^demo/.*_demo$