From 36126b1b2b4a0206d454e22ff9e16df656f0e3d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Sun, 17 Jun 2012 22:42:55 -0400 Subject: [PATCH] Add .hgignore. --- .hgignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..5ae7cf6 --- /dev/null +++ b/.hgignore @@ -0,0 +1,33 @@ +syntax: glob +*.[oa] +*.l[oa] +*.pyc +Makefile +/cleaner.h +/config.h +/config.log +/config.status +/lib/.deps/ +/libtool +/src/.deps/ +/src/.libs/ +/src/recode +/stamp-h1 +/po/Makefile.in +/po/POTFILES +/po/stamp-po +/python/Recode.c +/tests/setup.py +*.[oa] +*~ +_/ +.gdb_history +.gdbinit +admin +archives +autom4te.cache +build +courriel0-orig +essai +python/Essai.py +web -- 2.40.0