Index: .hgignore |
=================================================================== |
--- a/.hgignore |
+++ b/.hgignore |
@@ -1,4 +1,10 @@ |
^build$ |
+^android.*build$ |
^docs$ |
^node_modules$ |
.pyc$ |
+^third_party/android-ndk-r12b$ |
+^third_party/android-ndk-r16b$ |
+cross/android-arm |
+cross/android-arm64 |
+cross/android-x86 |