.hgignore
author Alpar Juttner <alpar@cs.elte.hu>
Wed, 05 Nov 2008 17:10:54 +0000
changeset 17 0b3b26cd1cea
parent 10 55e2f7712e87
child 59 5d9170b19285
permissions -rw-r--r--
Better build system

- configure script added
- demo/*.cc are now compiled (the executables are in demo/build)
- version number appears in the doc and automatically updates
- the cross reference to the lemon doc can be relocated (e.g. to a local
copy of the doc)
- some repo reorganization has taken place
- better .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@0
     7
*.log
alpar@0
     8
*.lo
alpar@0
     9
*.tar.*
alpar@0
    10
*.bak
alpar@0
    11
*.tag
alpar@17
    12
*.tmp
alpar@0
    13
.dirstamp
alpar@17
    14
Doxyfile
alpar@17
    15
Makefile
alpar@0
    16
alpar@0
    17
syntax: regexp
alpar@0
    18
(.*/)?\#[^/]*\#$
alpar@17
    19
(.*/)?\.\#[^/]*$
alpar@0
    20
^html/.*
alpar@1
    21
^gen-images/.*
alpar@10
    22
^gen-dox/.*
alpar@17
    23
^demo/build/.*