view .hgignore @ 921:ae0110465421

Don't replace <sc> in blob returns; optimize more 'option' pattern matches; detect more opportunities for 'let' inlining
author Adam Chlipala <adamc@hcoop.net>
date Wed, 09 Sep 2009 08:00:45 -0400
parents 5e8b6fa5b48f
children bed675db3aff
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.*

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

*.sql
*mlmon.out

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

.depend
Makefile.coq
*.vo

syntax: regexp

^Makefile
^src/coq/Makefile