From a11d1dc57eb813e97175a1379417bad76ec4232a Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:28:09 +0100 Subject: [PATCH 1/3] Update template to gitignore `android/app/.cxx` CMake gens running debug - `android/app/.cxx/Debug/*` - `android/app/.cxx/RelWithDebInfo/*` Neither/nothing during release. So probably want the 87 debug files untracked. Follow-up: https://github.com/facebook/react-native/pull/34354 --- template/_gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/template/_gitignore b/template/_gitignore index 344481b211f2..e8978549f1c4 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -30,6 +30,7 @@ build/ local.properties *.iml *.hprof +android/app/.cxx # node.js # From 0da4631e528f022651b6d946a4d1cdc38a83e8ce Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:00:53 +0100 Subject: [PATCH 2/3] Update template to gitignore `.cxx` Follow-up code review: https://github.com/facebook/react-native/pull/34430/files#r946959675 --- template/_gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/_gitignore b/template/_gitignore index e8978549f1c4..7a1d13aa1c5a 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -30,7 +30,7 @@ build/ local.properties *.iml *.hprof -android/app/.cxx +.cxx # node.js # From 96d80c8256bf65736b433ff9e5c225f18a0e47d3 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:20:16 +0100 Subject: [PATCH 3/3] Update template/_gitignore Co-authored-by: Nicola Corti --- template/_gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/_gitignore b/template/_gitignore index 7a1d13aa1c5a..2423126f7290 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -30,7 +30,7 @@ build/ local.properties *.iml *.hprof -.cxx +.cxx/ # node.js #