aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2018-07-25 18:08:28 -0700
committerYohei Yukawa <yukawa@google.com>2018-07-25 18:08:28 -0700
commite8d842b29fb7d80b062e9b51a27275e08b390108 (patch)
treed7b2a727d7cca29272d6fe0f3f5f13c53f09ef90 /.gitignore
parent3d74fc73a8b4b0bd6709c07ff95eea7f59e19856 (diff)
downloadlatinime-e8d842b29fb7d80b062e9b51a27275e08b390108.tar.gz
latinime-e8d842b29fb7d80b062e9b51a27275e08b390108.tar.xz
latinime-e8d842b29fb7d80b062e9b51a27275e08b390108.zip
Experimentally Support Android Studio to build LatinIME
With this CL, you can build LatinIME and run tests for it on Android Studio. This is still experimental and is not an official way to build LatinIME though. Bug: 110741422 Test: Made sure that you can build LatinIME with Android Studio Change-Id: Ia75e3f74fa5f9b5f93dfac0b920c2e650aafa083
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..037fe9275
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Gradle
+.externalNativeBuild/
+.gradle/
+.idea/
+LatinIME.iml
+build/
+local.properties