From 18c150873cc049e88a3df595ad980dc6e7868b9a Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 10 Aug 2011 18:02:39 -0400 Subject: [PATCH] a starter .hgignore so that is less annoying to build in the checkout tree --- .hgignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..4749eb372 --- /dev/null +++ b/.hgignore @@ -0,0 +1,27 @@ +syntax: glob + +Makefile +Makefile.in +autom4te.cache +pkgIndex.tcl +SWIGTYPE* +gv_*.cpp +gv.3* +.libs +*.o +*.a +*.la +*.lai +*.lo +*.Po +*.Plo +*.so +*.so.* +*.soT +*.[1234567]*.pdf +*.pc +y.* + +libltdl +m4 + -- 2.50.0