view .hgignore @ 1202:509a6d7b60fb

Iflow tested with positive and negative cases
author Adam Chlipala <adamc@hcoop.net>
date Sun, 04 Apr 2010 16:17:23 -0400
parents b0d632cc9edf
children be2ef50780ed
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.*

*.sql
*mlmon.out

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

.depend
Makefile.coq
*.vo

syntax: regexp

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