1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-18 19:21:34 +00:00
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