summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2021-07-23 17:30:04 -0700
committerCole Faust <colefaust@google.com>2021-07-26 11:13:59 -0700
commit2f7faea71d7ebd295dff0f233c5e2a27bd8ae982 (patch)
tree58051c31821477c04d5f418e2be30456575b6417 /.gitignore
parent8516e736160caeddcff96378a4e8a536121767dc (diff)
downloadsystemlibs-2f7faea71d7ebd295dff0f233c5e2a27bd8ae982.tar.gz
Move car-ui-lib .gitignore to top level
So that the other projects in this repo can benefit from it. Fixes: 194537750 Test: Manually Change-Id: I7ec3d82f671edbbbd96c57a2117438ea54cc4dd2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bdfa81c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# Local configuration
+local.properties
+gradle-wrapper.properties
+
+# Gradle
+.gradle/
+build/
+gradle-app.setting
+.gradletasknamecache
+
+# IntelliJ
+.idea/
+*.iml
+
+# Python
+*.pyc
+
+# Android studio's layout inspector captures
+captures/
+
+# A file created when launching android emulators
+read-snapshot.txt