Git: Ignore copied CLI
This commit is contained in:
parent
3371a2aa81
commit
3eaa6f13b3
|
|
@ -1,11 +1,17 @@
|
||||||
.erlang.mk/
|
|
||||||
cover/
|
|
||||||
ebin/
|
|
||||||
logs/
|
|
||||||
plugins/
|
|
||||||
deps/
|
|
||||||
test/*.beam
|
|
||||||
rabbitmq_web_mqtt.d
|
|
||||||
*.swp
|
*.swp
|
||||||
|
/.erlang.mk/
|
||||||
|
/cover/
|
||||||
|
/deps/
|
||||||
|
/ebin/
|
||||||
|
/escript/
|
||||||
|
/escript.lock
|
||||||
|
/logs/
|
||||||
|
/plugins/
|
||||||
|
/plugins.lock
|
||||||
|
/sbin/
|
||||||
|
/sbin.lock
|
||||||
|
/test/*.beam
|
||||||
|
|
||||||
|
/rabbitmq_web_mqtt.d
|
||||||
|
|
||||||
test/config_schema_SUITE_data/schema/
|
test/config_schema_SUITE_data/schema/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue