summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorOJ Reeves <oj@buffered.io>2010-02-03 22:27:09 +1000
committerOJ Reeves <oj@buffered.io>2010-02-03 22:27:09 +1000
commit71c974e341173da9c5da6f6d6781e2ee52aec251 (patch)
tree6abcce5d025501ca05a031118e91a926b63f4afa /.hgignore
parent6c359a08cde153f53cb735a134d8bedf1a99919b (diff)
Added support for the speficiation of test suite names
eg. rebar eunit -- runs all tests in all modules rebar eunit suite=foo -- only runs tests in foo.erl/foo_tests.erl Added an entry to .hgignore to avoid .swp files (created by VIM).
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index ad6143a..684e0cb 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,3 +2,4 @@
^rebar$
.~
\.orig
+\.swp