Git: Ignore copied CLI
This commit is contained in:
parent
4c9d0417c4
commit
cc3385bdd9
|
|
@ -1,13 +1,18 @@
|
|||
.sw?
|
||||
.*.sw?
|
||||
*.beam
|
||||
.erlang.mk/
|
||||
*.plt
|
||||
cover/
|
||||
deps/
|
||||
doc/
|
||||
ebin/
|
||||
logs/
|
||||
plugins/
|
||||
/.erlang.mk/
|
||||
/cover/
|
||||
/deps/
|
||||
/doc/
|
||||
/ebin/
|
||||
/escript/
|
||||
/escript.lock
|
||||
/logs/
|
||||
/plugins/
|
||||
/plugins.lock
|
||||
/sbin/
|
||||
/sbin.lock
|
||||
|
||||
rabbitmq_management_agent.d
|
||||
|
|
|
|||
Loading…
Reference in New Issue