3dphotoshoot

annotate .hgignore @ 13:8cfe061ddd5f

fixed the assets directories in the android makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Jun 2015 02:29:10 +0300
parents a4bf2687e406
children a460b1e5af4a
rev   line source
nuclear@0 1 \.o$
nuclear@0 2 \.d$
nuclear@0 3 \.swp$
nuclear@0 4 ^3dphotoshoot$
nuclear@0 5 ^android/bin/
nuclear@0 6 ^android/src/
nuclear@0 7 ^android/libs/
nuclear@0 8 ^android/res/
nuclear@0 9 ^android/gen/
nuclear@13 10 ^android/assets/
nuclear@13 11 ^data/
nuclear@0 12 \.properties$
nuclear@0 13 \.apk$
nuclear@0 14 ^android/proguard-project\.txt
nuclear@0 15 \.xml$