view .hgignore @ 32:90b8ce9be9f5

Change some field names and update utest
author Adam Chlipala <adam@chlipala.net>
date Thu, 21 Apr 2011 13:24:55 -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$