.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
alpar@0
     1
syntax: glob
alpar@0
     2
*.obj
alpar@0
     3
*.orig
alpar@0
     4
*.rej
alpar@0
     5
*~
alpar@0
     6
*.o
alpar@2
     7
.#.*
alpar@2
     8
Makefile.in
alpar@2
     9
aclocal.m4
alpar@2
    10
config.h.in
alpar@2
    11
configure
alpar@0
    12
alpar@0
    13
syntax: regexp
alpar@0
    14
html/.*
alpar@2
    15
autom4te.cache/.*
alpar@2
    16
build-aux/.*
alpar@2
    17
objs.*/.*