diff options
| author | JosJuice <josjuice@gmail.com> | 2026-01-14 18:54:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-14 18:54:16 +0100 |
| commit | 4c7cb2622f6e05e13aa94f058c110923733df2c3 (patch) | |
| tree | 224f2a7bd9bf1b313f4eae241f4e21a08a13ba8b /Source/Android | |
| parent | 01b4f8bcf79a0861d8c9286f1faf570021287520 (diff) | |
| parent | 87345d5edace291954fd43314fc594f332dda9c3 (diff) | |
Merge pull request #14246 from LeddaZ/android-gitignore
Android: Add build output folders to gitignore
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Android/app/.gitignore b/Source/Android/app/.gitignore index 0886f94956..3b78de26aa 100644 --- a/Source/Android/app/.gitignore +++ b/Source/Android/app/.gitignore @@ -1,2 +1,6 @@ /build +/debug +/release +/benchmarkRelease +/nonMinifiedRelease /.externalNativeBuild |
