.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 18 Dec 2007 11:06:37 +0000
changeset 2 1a1c050e941b
parent 0 6ed5fe0ea387
child 3 4c9552759a8e
permissions -rw-r--r--
More fixes that make autotools working for the empty repo

- Add a dummy lemon/list_graph.h file and put it in the Makefile.am
- Remove the unnecesary icons from doc/icons/geom folder.
- Update .hgignore
     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 
    13 syntax: regexp
    14 html/.*
    15 autom4te.cache/.*
    16 build-aux/.*
    17 objs.*/.*