.hgignore
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Tue, 22 Apr 2008 18:12:58 +0200
changeset 153 976a014b3797
parent 128 7cd965d2257f
child 154 f4e4dbc1d467
permissions -rw-r--r--
Convert the EPS files to PNG when generating the documentation
     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 doc/images/*.png
    30 
    31 syntax: regexp
    32 (.*/)?\#[^/]*\#$
    33 ^doc/html/.*
    34 ^autom4te.cache/.*
    35 ^build-aux/.*
    36 ^objs.*/.*
    37 ^test/[a-z_]*$
    38 ^demo/.*_demo$