summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMaciek Starzyk <mstarzyk@gmail.com>2010-01-02 12:08:55 +0100
committerMaciek Starzyk <mstarzyk@gmail.com>2010-01-02 12:08:55 +0100
commit84ece547e2bd00d51f4270dd82df00508bfa3433 (patch)
tree754c9b8088630bcd4952e53abec0e22a0b88a6b0 /.hgignore
parent602fef26b5ff147ab9f4bdc83fb435445338613f (diff)
downloadnose-machineout-84ece547e2bd00d51f4270dd82df00508bfa3433.tar.bz2
nose-machineout-84ece547e2bd00d51f4270dd82df00508bfa3433.tar.xz
nose-machineout-84ece547e2bd00d51f4270dd82df00508bfa3433.zip
Added .hgignore. Removed egg-info - it is generated by setuptools.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..5d02aae
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,7 @@
1syntax: glob
2
3*.pyc
4*.pyo
5build/
6dist/
7nose_machineout.egg-info/