Skip to content

Commit

Permalink
Update template to gitignore android/app/.cxx
Browse files Browse the repository at this point in the history
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: facebook#34354
  • Loading branch information
leotm authored Aug 16, 2022
1 parent 9a2eb90 commit a11d1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build/
local.properties
*.iml
*.hprof
android/app/.cxx

# node.js
#
Expand Down

0 comments on commit a11d1dc

Please sign in to comment.