.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 13 Feb 2009 14:56:27 +0000
changeset 557 bc0a130bbb46
parent 479 aff6888e71c9
child 564 2b6d5d22bb23
permissions -rw-r--r--
Fix in lp_base.cc targeting AIX/xlC compatibility
     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/libtool.m4
    30 m4/ltoptions.m4
    31 m4/ltsugar.m4
    32 m4/ltversion.m4
    33 m4/lt~obsolete.m4
    34 
    35 syntax: regexp
    36 (.*/)?\#[^/]*\#$
    37 (.*/)?\.\#[^/]*$
    38 ^doc/html/.*
    39 ^doc/.*\.tag
    40 ^autom4te.cache/.*
    41 ^build-aux/.*
    42 ^.*objs.*/.*
    43 ^test/[a-z_]*$
    44 ^tools/[a-z-_]*$
    45 ^demo/.*_demo$
    46 ^.*build.*/.*
    47 ^doc/gen-images/.*
    48 CMakeFiles
    49 DartTestfile.txt
    50 cmake_install.cmake
    51 CMakeCache.txt