view .hgignore @ 1595:154cfe2eb366

Better error messages about server-side use of client-side functions
author Adam Chlipala <adam@chlipala.net>
date Mon, 14 Nov 2011 09:15:10 -0500
parents 1c9f8f06c1d6
children 705cb41ac7d0
line wrap: on
line source
syntax: glob

*~
.cm
src/.cm

bin/*

src/urweb.cm
src/urweb.mlb

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

src/config.sml

*.exe

*.cache
*.log
*.status

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

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

doc/*.html

*.sql
*mlmon.out

*.aux
*.dvi
*.pdf
*.ps
*.toc

.depend
Makefile.coq
*.vo

xml/parse
xml/entities.sml

syntax: regexp

^Makefile$
^src/c/Makefile$
^src/coq/Makefile$
^libtool$
^config.h$
^stamp-h1$