Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit f7b444e

Browse files
authored
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.
1 parent 19af46f commit f7b444e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ unlinked_spec.ds
110110
# Windows
111111
**/windows/flutter/generated_plugin_registrant.cc
112112
**/windows/flutter/generated_plugin_registrant.h
113+
**/windows/flutter/generated_plugins.cmake
113114

114115
# Linux
115116
**/linux/flutter/generated_plugin_registrant.cc
116117
**/linux/flutter/generated_plugin_registrant.h
118+
**/linux/flutter/generated_plugins.cmake
117119

118120
# Coverage
119121
coverage/

0 commit comments

Comments
 (0)