diff options
| -rw-r--r-- | test/feature_flags_SUITE_data/my_plugin/.gitignore | 2 | ||||
| -rw-r--r--[l---------] | test/feature_flags_SUITE_data/my_plugin/erlang.mk | 2 | ||||
| -rw-r--r--[l---------] | test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/test/feature_flags_SUITE_data/my_plugin/.gitignore b/test/feature_flags_SUITE_data/my_plugin/.gitignore index f59293f87b..f6d56e0687 100644 --- a/test/feature_flags_SUITE_data/my_plugin/.gitignore +++ b/test/feature_flags_SUITE_data/my_plugin/.gitignore @@ -1,5 +1,7 @@ /.erlang.mk/ /deps/ /ebin/ +/escript /plugins/ /my_plugin.d +/sbin diff --git a/test/feature_flags_SUITE_data/my_plugin/erlang.mk b/test/feature_flags_SUITE_data/my_plugin/erlang.mk index 1ff4f9e144..f303054bad 120000..100644 --- a/test/feature_flags_SUITE_data/my_plugin/erlang.mk +++ b/test/feature_flags_SUITE_data/my_plugin/erlang.mk @@ -1 +1 @@ -../../../erlang.mk
\ No newline at end of file +include ../../../erlang.mk diff --git a/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk b/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk index d1b29ef1c8..9f89dba726 120000..100644 --- a/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk +++ b/test/feature_flags_SUITE_data/my_plugin/rabbitmq-components.mk @@ -1 +1 @@ -../../../rabbitmq-components.mk
\ No newline at end of file +include ../../../rabbitmq-components.mk |
