diff .hgignore @ 0:33bf7ee17644

Initial import from some old code
author Adam Chlipala <adam@chlipala.net>
date Sat, 03 Mar 2012 14:59:04 -0500
parents
children db4d025f7bd3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sat Mar 03 14:59:04 2012 -0500
@@ -0,0 +1,21 @@
+syntax: glob
+
+*~
+
+*.o
+.deps
+.libs
+*.lo
+*.la
+*.exe
+
+*.cache
+*.log
+*.status
+
+syntax: regexp
+
+^Makefile$
+^libtool$
+^config.h$
+^stamp-h1$