3dphotoshoot
diff .hgignore @ 0:a4bf2687e406
3d photoshoot initial commit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 12 May 2015 05:31:21 +0300 |
parents | |
children | 8cfe061ddd5f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Tue May 12 05:31:21 2015 +0300 1.3 @@ -0,0 +1,13 @@ 1.4 +\.o$ 1.5 +\.d$ 1.6 +\.swp$ 1.7 +^3dphotoshoot$ 1.8 +^android/bin/ 1.9 +^android/src/ 1.10 +^android/libs/ 1.11 +^android/res/ 1.12 +^android/gen/ 1.13 +\.properties$ 1.14 +\.apk$ 1.15 +^android/proguard-project\.txt 1.16 +\.xml$