vtm/.gitignore
Chuck Greb 00ff342e86 Updates build.gradle for maven compatibility.
* Explicitly set support library version 19.0.1.
* Include slf4j-android dependency from maven central instead of local jar.
* Adds local.properties to .gitignore
2014-02-13 14:18:07 -05:00

36 lines
520 B
Plaintext

*/bin/*
*/gen/*
*/obj/*
target/
build/
*.o
*.so
*.jar
*.class
/vtm/jni/jni-headers/
/vtm/jni/build*
/vtm/jni/*.mk
/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/
/vtm-gdx-html/gwt-unitCache
/vtm-gdx-ios/
/vtm-spatialite/
/vtm-spatialite-android/
/vtm-examples/
/vtm-osmscout/
/vtm-stuff/
/tmp/
/themes/
/vtm/assets/themes/
.gradle
.idea
*.iml
local.properties