Skip to content

Commit 3ff7096

Browse files
gnpricechrisbobbe
authored andcommitted
gitignore: Ignore CMake directory generated on Android build
Starting with our last Flutter update 273674f (#1184), a directory android/app/.cxx/ gets created whenever building or running the app for Android. It has a lot of generated files in it. See chat discussion: https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/Error.20in.20running.20the.20app/near/2017805 https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/.2Ecxx.2F.20files.20created/near/2017819 There's an upstream issue for the need to add a gitignore line for these in the `flutter create` templates: flutter/flutter#160372 Even when that's done, it won't affect existing apps like ours; we need to make a similar update in our own tree. That's this commit.
1 parent 2336485 commit 3ff7096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ gradle-wrapper.jar
66
/local.properties
77
GeneratedPluginRegistrant.java
88

9+
.cxx/
10+
911
*keystore.properties
1012
*.keystore
1113
*.keystore.pgp

0 commit comments

Comments
 (0)