view .hgignore @ 29:35d06874bec4

Fix Utest to track latest change
author Adam Chlipala <adam@chlipala.net>
date Thu, 24 Feb 2011 17:29:45 -0500
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$