diff options
author | Memphiz <memphis@machzwo.de> | 2015-11-28 16:18:34 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-12-12 11:49:40 +0100 |
commit | 037ceece43f724b239cb682dca26b5dd73534545 (patch) | |
tree | 5f190cc5bb52713b68748710687fb56aba437357 /.gitignore | |
parent | 3f78d4ded0d039d2c5426033c4924dfc83f51dc5 (diff) |
[codeshuffle] - moved android to platform
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 152516c5c3..2816c034a1 100644 --- a/.gitignore +++ b/.gitignore @@ -484,11 +484,11 @@ lib/cpluff/stamp-h1 # /xbmc/addons/ /xbmc/addons/Makefile -# /xbmc/android -/xbmc/android/Makefile -/xbmc/android/activity/Makefile -/xbmc/android/loader/Makefile -/xbmc/android/jni/Makefile +# /xbmc/platform/android +/xbmc/platform/android/Makefile +/xbmc/platform/android/activity/Makefile +/xbmc/platform/android/loader/Makefile +/xbmc/platform/android/jni/Makefile # /xbmc/cdrip/ /xbmc/cdrip/Makefile |