.hgignore
author Balazs Dezso <deba@inf.elte.hu>
Mon, 14 Apr 2008 10:46:41 +0200
changeset 126 e1dd2a70737c
parent 85 3453d20a82cd
child 128 7cd965d2257f
permissions -rw-r--r--
MinGW compatible time measure + changes in its internals
     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 
    28 syntax: regexp
    29 (.*/)?\#[^/]*\#$
    30 ^doc/html/.*
    31 ^autom4te.cache/.*
    32 ^build-aux/.*
    33 ^objs.*/.*
    34 ^test/[a-z_]*$
    35 ^demo/.*_demo$