[Android] Ignore build directories
Rafaël Carré
git at videolan.org
Thu Jun 26 17:03:50 CEST 2014
vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jun 26 17:03:12 2014 +0200| [0d15e20caa846c086cfa5b0fa3b80f3b560b9cd2] | committer: Rafaël Carré
Ignore build directories
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0d15e20caa846c086cfa5b0fa3b80f3b560b9cd2
---
compile.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compile.sh b/compile.sh
index 035f24f..4fd9642 100755
--- a/compile.sh
+++ b/compile.sh
@@ -113,6 +113,8 @@ then
echo "VLC source not found, cloning"
git clone git://git.videolan.org/vlc/vlc-2.2.git vlc
cd vlc
+ echo android/ >> .git/info/exclude
+ echo contrib/android/ >> .git/info/exclude
git checkout -B android ${TESTED_HASH}
else
echo "VLC source found"
More information about the Android
mailing list