This commit is contained in:
sebv
2015-02-27 21:26:12 +08:00
parent 375098ec95
commit 230fde79c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ test/functional/_joined
.idea/
*.log
*.t
artefacts
artifacts
output
lib/devices/android/bootstrap/bin/*
lib/devices/android/bootstrap/local.properties
+1 -1
View File
@@ -11,7 +11,7 @@ echo "Starting to archive appium build into ${TARGET}."
tar \
cfjp ${TARGET} \
--exclude=.git \
--exclude=artefacts \
--exclude=artifacts \
--exclude=submodules .
echo "Finished to archive appium build."