[TIMOB-2445] Android: .gitignore template missing gen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M04 |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:20:03.000+0000 |
Updated | 2011-04-17T01:59:08.000+0000 |
Description
Building shows the gen folder missing. There will be another ticket about the .gitignore folder forcibly being overwritten.
$ git diff demos/KitchenSink/build/android/.gitignore
diff --git a/demos/KitchenSink/build/android/.gitignore b/demos/KitchenSink/build/android/.gitignore
index b986ac0..8a790b2 100644
--- a/demos/KitchenSink/build/android/.gitignore
+++ b/demos/KitchenSink/build/android/.gitignore
@@ -2,5 +2,4 @@ src
lib
bin
res
-gen
AndroidManifest.xml
(from [39b51f38125152e9ad6738b4d7d0b2879266c739]) [#2445 state:fixed-in-qa] To test this, create a new project, build, then verify that 'gen' appears on a line in the build/android/.gitignore file. https://github.com/appcelerator/titanium_mobile/commit/39b51f38125152e9ad6738b4d7d0b2879266c739"> https://github.com/appcelerator/titanium_mobile/commit/39b51f381251...
Titanium SDK version: 1.5.0 (12/01/10 09:30 ac7cfd8)
$more .gitignore src
lib
bin
res
gen
AndroidManifest.xml