.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 10 Oct 2008 13:36:20 +0100
changeset 7 f227a74db59d
parent 0 0e4f009eab8b
permissions -rw-r--r--
Update to compile with the latest LEMON (version 1.0 or [5e12d7734036])
     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 m4/*.m4
    30 ABOUT-NLS
    31 autopackage/default.apspec
    32 glemon
    33 glemon.spec
    34 guipixbufs.h
    35 po/boldquot.sed
    36 po/en@boldquot.header
    37 po/en@quot.header
    38 po/hu.gmo
    39 po/insert-header.sin
    40 po/Makefile.in.in
    41 po/Makevars.template
    42 po/POTFILES
    43 po/quot.sed
    44 po/remove-potcdate.sin
    45 po/Rules-quot
    46 po/stamp-po
    47 
    48 syntax: regexp
    49 (.*/)?\#[^/]*\#$
    50 ^doc/html/.*
    51 ^autom4te.cache/.*
    52 ^build-aux/.*
    53 ^objs.*/.*
    54 ^test/[a-z_]*$
    55 ^demo/.*_demo$
    56 ^build/.*
    57 ^doc/gen-images/.*
    58 CMakeFiles
    59 DartTestfile.txt
    60 cmake_install.cmake
    61 CMakeCache.txt