Skip to content

Commit

Permalink
Update template to gitignore android/app/.cxx (#34430)
Browse files Browse the repository at this point in the history
Summary:
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: #34354

_macOS 13b, RN 0.70.0-rc.3_

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[Android] [Added] - Update template to gitignore `android/app/.cxx`

Pull Request resolved: #34430

Test Plan: Everything builds and runs as expected

Reviewed By: cipolleschi

Differential Revision: D38752097

Pulled By: cortinico

fbshipit-source-id: 61c31317d5e45f831445841f3e14da871b3903e5
  • Loading branch information
leotm authored and facebook-github-bot committed Aug 17, 2022
1 parent ba383ba commit 542d43d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/_gitignore
Expand Up @@ -30,6 +30,7 @@ build/
local.properties
*.iml
*.hprof
.cxx/

# node.js
#
Expand Down

0 comments on commit 542d43d

Please sign in to comment.