summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2013-06-24 01:20:47 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2013-06-24 01:20:47 +0300
commitacb8961109b61390bac0a0cd795d53924db20f4c (patch)
tree810b408eff45e7507e131e6f4f7eed6c798c7206 /.hgignore
parent24ffe396c4da66cfa65b5d8641f9c39aa3ada5b1 (diff)
downloadfutures-acb8961109b61390bac0a0cd795d53924db20f4c.tar.gz
Redid the port from scratch using Python 3.2.5 as base2.1.4
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..78f3a52
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+
+syntax: glob
+*.egg-info
+syntax: regexp
+^\.tox$
+syntax: regexp
+^\.project$
+syntax: regexp
+^\.pydevproject$
+syntax: regexp
+^dist$ \ No newline at end of file