diff .hgignore @ 0:3c209338e596

Ur/Web module initializes libcurl
author Adam Chlipala <adam@chlipala.net>
date Sun, 26 Dec 2010 12:04:08 -0500
parents
children f59083771ee2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Dec 26 12:04:08 2010 -0500
@@ -0,0 +1,25 @@
+syntax: glob
+
+*~
+
+*.o
+.deps
+.libs
+*.lo
+*.la
+*.exe
+
+*.cache
+*.log
+*.status
+
+aclocal.m4
+
+syntax: regexp
+
+^Makefile$
+^src/c/Makefile$
+^src/ur/config.urp$
+^libtool$
+^config.h$
+^stamp-h1$