view .hgignore @ 46:72e942423f26

Based on a security suggestion by Robin Green, start a new session after authentication at an OP and after submission of a signup form
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jul 2011 17:52:29 -0400
parents f59083771ee2
children eb72c4594c25
line wrap: on
line source
syntax: glob

*~

*.o
.deps
.libs
*.lo
*.la
*.exe
*.sql

*.cache
*.log
*.status

aclocal.m4

syntax: regexp

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