From b63cd97d0b2ad613b41980f3ac877eaf922a23f2 Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Tue, 17 May 2011 20:48:52 +0200 Subject: [PATCH] add hgignore --- .hgignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..86388eb --- /dev/null +++ b/.hgignore @@ -0,0 +1,20 @@ +syntax:glob +.DS_Store +.git +.gitignore +*.[568ao] +*.ao +*.so +*.pyc +._* +.nfs.* +[568a].out +*~ +*.orig +core +_obj +_test +out.png + +syntax:regexp +^.*/core.[0-9]*$