From f0020b0bdf3493387be31fe1016bb992c6bd89e2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 6 Mar 2009 06:48:54 -0500 Subject: Add a .hgignore file. --- .hgignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..e2efd0c3 --- /dev/null +++ b/.hgignore @@ -0,0 +1,17 @@ +syntax: glob + +# Files that can appear anywhere in the tree. +*.pyc +*.pyo +*.bak +.coverage +.coverage.* + +# Stuff in the root. +build +dist +coverage.egg-info +MANIFEST + +# Stuff in the test directory. +zipmods.zip -- cgit v1.2.1