mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
new files to .gitignores; go back to discarding build command output
This commit is contained in:
parent
3723cf08fa
commit
788f241238
6 changed files with 12 additions and 4 deletions
1
xwords4/android/XWords4-bt/.gitignore
vendored
1
xwords4/android/XWords4-bt/.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
*.apk
|
||||
ant_out.txt
|
||||
local.properties
|
||||
bin
|
||||
gen
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -2,3 +2,4 @@ git_string.xml
|
|||
strings.xml
|
||||
styles.xml
|
||||
app_name.xml
|
||||
common_rsrc.xml
|
||||
|
|
|
@ -21,3 +21,5 @@ stat_notify_sync.png
|
|||
undo.png
|
||||
values.png
|
||||
zoom.png
|
||||
bluetooth_active.png
|
||||
bluetooth_disabled.png
|
||||
|
|
|
@ -25,3 +25,5 @@ prefs_w_buttons.xml
|
|||
relay_game_config.xml
|
||||
rename_game.xml
|
||||
select_dialog_item.xml
|
||||
btinviter_item.xml
|
||||
btinviter.xml
|
||||
|
|
|
@ -47,3 +47,7 @@ XWListActivity.java
|
|||
XWListAdapter.java
|
||||
XWListItem.java
|
||||
XWListPreference.java
|
||||
BTInviteActivity.java
|
||||
BTReceiver.java
|
||||
BTService.java
|
||||
MultiMsgSink.java
|
||||
|
|
Loading…
Reference in a new issue