diff options
| -rw-r--r-- | .hgignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..a54c32f3 --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +syntax: glob +*.pyc +*~ +.coverage +distribute.egg-info + |
