From 00a22b354f3dc49e2a3981adfde33a5905015875 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 27 Jan 2010 13:07:42 -0600 Subject: [PATCH] .hgignore --- .hgignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..570764a62c --- /dev/null +++ b/.hgignore @@ -0,0 +1,19 @@ +syntax: glob +*.orig +*.rej +*~ +*.o +tests/*.err +*.ncb +*.suo +*.obj +.hg +.hgignore +.hgtags +.svn +.cvsignore +ds_store +thumbs.db + +syntax: regexp +.*\#.*\#$ \ No newline at end of file