rebar/.hgignore
OJ Reeves 71c974e341 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).
2010-02-03 22:27:09 +10:00

5 lines
31 B
Text

\.beam
^rebar$
.~
\.orig
\.swp