.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 11 Jan 2009 15:09:53 +0000
changeset 478 5a1e9fdcfd3a
parent 298 74eb8b425d82
child 479 aff6888e71c9
permissions -rw-r--r--
Merge
     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 
    30 syntax: regexp
    31 (.*/)?\#[^/]*\#$
    32 (.*/)?\.\#[^/]*$
    33 ^doc/html/.*
    34 ^doc/.*\.tag
    35 ^autom4te.cache/.*
    36 ^build-aux/.*
    37 ^objs.*/.*
    38 ^test/[a-z_]*$
    39 ^tools/[a-z-_]*$
    40 ^demo/.*_demo$
    41 ^build/.*
    42 ^doc/gen-images/.*
    43 CMakeFiles
    44 DartTestfile.txt
    45 cmake_install.cmake
    46 CMakeCache.txt