summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2017-11-09 09:16:13 -0800
committerYigit Boyar <yboyar@google.com>2017-11-10 12:42:46 -0800
commit18b974e7e273c945ea3f741e483656caccdc3d4c (patch)
treec8124875731f13a3fe513dcf1f27405e7628e409 /.gitignore
parentcc6b2e1857563d7cb4b07fc4fa759f21db6e628a (diff)
downloaddata-binding-18b974e7e273c945ea3f741e483656caccdc3d4c.tar.gz
make data binding extensions compile independently, again
Bug: 68392816 Test: local tests pass Change-Id: I98d799bb1ad902fe4d55a1769aca95a0d65bc971
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d220b761..e8d02df6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,8 +8,12 @@ maven-repo
.idea/workspace.xml
.idea/libraries
.idea/modules
-old-version-projects/tmp-maven-repo
-integration-tests/*/build
old-version-projects/*/build
extensions/*/build
build/kotlin-build/caches/version.txt
+# the gradle files below are generated locally, never commit
+integration-tests/*/build
+integration-tests/*/gradlew
+integration-tests/*/gradle
+extensions/gradle
+extensions/gradlew