new files to .gitignores; go back to discarding build command output

This commit is contained in:
Eric House 2012-03-01 06:32:49 -08:00
parent 3723cf08fa
commit 788f241238
6 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,4 @@
*.apk
ant_out.txt
local.properties
bin
gen

View file

@ -50,7 +50,7 @@
in between standard targets -->
<target name="-pre-build">
<exec dir="." executable="../scripts/mkvariant.sh" >
<exec dir="." executable="../scripts/mkvariant.sh" output="/dev/null">
<arg value="--variant-name"/>
<arg value="xw4bt"/>
<arg value="--dest-dir"/>
@ -62,10 +62,10 @@
<arg value="--dest-dir"/>
<arg value="./assets"/>
</exec>
<exec dir="." executable="../scripts/ndkbuild.sh" >
<exec dir="." executable="../scripts/ndkbuild.sh" output="/dev/null">
<arg value="-j3"/>
</exec>
<exec dir=".." executable="./scripts/genvers.sh" output="ant_out.txt">
<exec dir=".." executable="./scripts/genvers.sh" output="/dev/null">
<arg value="XWords4-bt"/>
<arg value="xw4bt"/>
</exec>

View file

@ -2,3 +2,4 @@ git_string.xml
strings.xml
styles.xml
app_name.xml
common_rsrc.xml

View file

@ -21,3 +21,5 @@ stat_notify_sync.png
undo.png
values.png
zoom.png
bluetooth_active.png
bluetooth_disabled.png

View file

@ -25,3 +25,5 @@ prefs_w_buttons.xml
relay_game_config.xml
rename_game.xml
select_dialog_item.xml
btinviter_item.xml
btinviter.xml

View file

@ -47,3 +47,7 @@ XWListActivity.java
XWListAdapter.java
XWListItem.java
XWListPreference.java
BTInviteActivity.java
BTReceiver.java
BTService.java
MultiMsgSink.java