Skip to content

Commit c0200cb

Browse files
author
Matthias Radestock
committed
fix .hgignore regexps
1 parent 30fdbff commit c0200cb

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.hgignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ erl_crash.dump
88
syntax: regexp
99
^cover/
1010
^dist/
11-
^include/rabbit_framing.hrl$
12-
^src/rabbit_framing.erl$
13-
^rabbit.plt$
14-
^ebin/rabbit.app$
15-
^ebin/rabbit.rel$
16-
^ebin/rabbit.boot$
17-
^ebin/rabbit.script$
11+
^include/rabbit_framing\.hrl$
12+
^src/rabbit_framing\.erl$
13+
^rabbit\.plt$
14+
^ebin/rabbit\.(app|rel|boot|script)$
1815
^plugins/
1916
^priv/plugins/
2017

0 commit comments

Comments
 (0)