.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Sat, 22 Dec 2007 12:35:00 +0000
changeset 25 751cd8f9bb1c
parent 2 1a1c050e941b
child 9 6ae00527c178
permissions -rw-r--r--
Port general map related stuff from svn -r3424 + minor changes

- Do automatic name changes in lemon/maps.h (only affects doc)
- Do not use MapTraits in ComposeMap
     1 syntax: glob
     2 *.obj
     3 *.orig
     4 *.rej
     5 *~
     6 *.o
     7 .#.*
     8 Makefile.in
     9 aclocal.m4
    10 config.h.in
    11 configure
    12 Makefile
    13 config.h
    14 config.log
    15 config.status
    16 libtool
    17 stamp-h1
    18 lemon/lemon.pc
    19 lemon/libemon.la
    20 lemon/stamp-h2
    21 doc/Doxyfile
    22 lemon/.dirstamp
    23 lemon/.libs/*
    24 
    25 syntax: regexp
    26 html/.*
    27 autom4te.cache/.*
    28 build-aux/.*
    29 objs.*/.*