view .hgignore @ 1564:da11f7b18067

Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string.
author Austin Seipp <as@hacks.yi.org>
date Fri, 23 Sep 2011 23:11:59 -0500
parents 9cb923efea4d
children 1ced338f691a
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
aclocal.m4

.depend
Makefile.coq
*.vo

syntax: regexp

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