Unverified Commit f7b444e1 authored by Ivo Beckers's avatar Ivo Beckers Committed by GitHub

add generated_plugins.cmake (#116581)

Added files to the .gitignore that are generated on each "flutter pub get", so it's useless to ever commit these to a git repository.
parent 19af46f7
...@@ -110,10 +110,12 @@ unlinked_spec.ds ...@@ -110,10 +110,12 @@ unlinked_spec.ds
# Windows # Windows
**/windows/flutter/generated_plugin_registrant.cc **/windows/flutter/generated_plugin_registrant.cc
**/windows/flutter/generated_plugin_registrant.h **/windows/flutter/generated_plugin_registrant.h
**/windows/flutter/generated_plugins.cmake
# Linux # Linux
**/linux/flutter/generated_plugin_registrant.cc **/linux/flutter/generated_plugin_registrant.cc
**/linux/flutter/generated_plugin_registrant.h **/linux/flutter/generated_plugin_registrant.h
**/linux/flutter/generated_plugins.cmake
# Coverage # Coverage
coverage/ coverage/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment