.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 28 Oct 2008 18:39:53 +0000
changeset 357 2f64c4a692a8
parent 249 f0b89f242745
child 400 50d96f2166d7
child 514 14a7e712e80f
permissions -rw-r--r--
Port Suurballe algorithm from svn -r3512
     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 ^demo/.*_demo$
    40 ^build/.*
    41 ^doc/gen-images/.*
    42 CMakeFiles
    43 DartTestfile.txt
    44 cmake_install.cmake
    45 CMakeCache.txt