summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-22 04:06:49 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-22 04:06:49 +0300
commitc38a36ad66a0b0c2b52645ab0f97405acc2781a7 (patch)
treeb90249fed00f64d80dd00edfce5b423d46e628c5
parent0963240cb2b797976db84f228df21718bec666df (diff)
downloadpastedeploy-c38a36ad66a0b0c2b52645ab0f97405acc2781a7.tar.gz
Ignore the FakeApp's egg directory that is generated with the test suite
-rw-r--r--.hgignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index c2c2cc0..ff958ef 100644
--- a/.hgignore
+++ b/.hgignore
@@ -9,4 +9,6 @@ syntax: glob
syntax: glob
.project
syntax: glob
-.pydevproject \ No newline at end of file
+.pydevproject
+syntax: regexp
+^tests/fake_packages/FakeApp\.egg$ \ No newline at end of file