view .hgignore @ 1148:a48966743c37

AM_INIT_AUTOMAKE with no-define (to fix some NetBSD and OS X problems)
author Adam Chlipala <adamc@hcoop.net>
date Sat, 06 Feb 2010 13:27:05 -0500
parents f6cb1cb2d7a8
children b0d632cc9edf
line wrap: on
line source
syntax: glob

*~
.cm
src/.cm

bin/*

src/urweb.cm
src/urweb.mlb

*.lex.*
*.grm.*
*.o
.deps
.libs
*.lo
*.la

src/config.sml

*.exe

*.cache
*.log
*.status

demo/out/*.html
demo/demo.*

demo/more/out/*.html
demo/more/demo.*

*.sql
*mlmon.out

*.aux
*.dvi
*.pdf
*.ps
*.toc
aclocal.m4

.depend
Makefile.coq
*.vo

syntax: regexp

^Makefile$
^src/c/Makefile$
^src/coq/Makefile$
^libtool$