.hgignore
author Janos Tapolcai <tapolcai@tmit.bme.hu>
Fri, 23 Jan 2009 18:40:41 +0100
changeset 514 2eb5c8ca2c91
parent 456 aff6888e71c9
child 517 2b6d5d22bb23
permissions -rw-r--r--
Dirty hacking for VS 2005 in lp_base.h (#209)
     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