rabbitmq_stream_management: Ignore more dirs created by `gmake dist`
This commit is contained in:
parent
a45e87e57b
commit
ba6059b1eb
|
@ -24,8 +24,13 @@ erl_crash.dump
|
||||||
/cover/
|
/cover/
|
||||||
/deps/
|
/deps/
|
||||||
/ebin/
|
/ebin/
|
||||||
|
/escript/
|
||||||
|
/escript.lock
|
||||||
/logs/
|
/logs/
|
||||||
/plugins/
|
/plugins/
|
||||||
|
/plugins.lock
|
||||||
|
/sbin/
|
||||||
|
/sbin.lock
|
||||||
/xrefr
|
/xrefr
|
||||||
elvis
|
elvis
|
||||||
callgrind*
|
callgrind*
|
||||||
|
@ -53,4 +58,3 @@ rabbitmq_stream.d
|
||||||
.DS_Store
|
.DS_Store
|
||||||
\#~
|
\#~
|
||||||
/.idea/
|
/.idea/
|
||||||
/deps/
|
|
||||||
|
|
Loading…
Reference in New Issue