copy assets, make androidstudio happy

This commit is contained in:
Hannes Janetzek
2014-02-08 07:28:02 +01:00
parent 1bda4d29e1
commit 46f8f7d22a
3 changed files with 23 additions and 6 deletions

6
.gitignore vendored
View File

@@ -2,6 +2,7 @@
*/gen/*
*/obj/*
target/
build/
*.o
*.so
*.jar
@@ -12,6 +13,8 @@ target/
/vtm/jni/memcpy_wrap.c
/vtm/jni/poly2tri/
/vtm/libs/
/vtm-android-example/assets/
/vtm-gdx-desktop/assets/
/vtm-gdx-html/war/assets/
/vtm-gdx-html/war/WEB-INF/
/vtm-gdx-html/war/org.oscim.gdx.GwtDefinition/
@@ -26,4 +29,5 @@ target/
/themes/
/vtm/assets/themes/
.gradle
build/
.idea
*.iml