view .hgignore @ 889:bcad392e288e

Tweaking demos a bit
author Adam Chlipala <adamc@hcoop.net>
date Fri, 17 Jul 2009 18:13:02 -0400
parents 7f653298dd66
children 5e8b6fa5b48f
line wrap: on
line source
syntax: glob

*~
.cm
src/.cm

bin/*

src/urweb.cm
src/urweb.mlb

*.lex.*
*.grm.*
*.o

src/config.sml

*.exe

*.cache
*.log
*.status

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

*.sql
*mlmon.out

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

.depend
Makefile.coq
*.vo

syntax: regexp

^Makefile
^src/coq/Makefile