.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 15 Apr 2008 14:12:10 +0200
changeset 178 d2bac07f1742
parent 154 f4e4dbc1d467
child 249 f0b89f242745
permissions -rw-r--r--
Doc improvements in random.h
     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 ^doc/html/.*
    33 ^autom4te.cache/.*
    34 ^build-aux/.*
    35 ^objs.*/.*
    36 ^test/[a-z_]*$
    37 ^demo/.*_demo$
    38 ^build/.*
    39 ^doc/gen-images/.*
    40 CMakeFiles
    41 DartTestfile.txt
    42 cmake_install.cmake
    43 CMakeCache.txt