aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-05-23 14:20:47 -0700
committerXavier Ducrohet <xav@android.com>2013-05-23 14:42:38 -0700
commitc070dfca4fc6133f1f612f8dec79399edbfbb8a5 (patch)
tree3233a2df1db186422a97f9f0277c891c775e6b10 /.gitignore
parent5811c6adb891bfbb3a73b7018f3f17cbdee4ef08 (diff)
downloadbuild-c070dfca4fc6133f1f612f8dec79399edbfbb8a5.tar.gz
Fix package scope.
- rename all package scopes to apk since "package" is a reserved keyword in Java/Groovy and build.gradle files are Groovy files! - actually implement support for package-only dependencies. Change-Id: I6c887320a2d70cf8fdd2d5bca64cbef3ff80e85d
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fb3ca26..dfaaf88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ local.properties
*.ipr
*.iws
.gradle
+.idea
/build
tests/*/build
tests/api/*/build
@@ -11,6 +12,7 @@ tests/applibtest/*/build
tests/assets/*/build
tests/attrOrder/*/build
tests/3rdPartyTests/*/build
+tests/dependencies/jarProject/build
tests/flavorlib/*/build
tests/flavorlibWithFailedTests/*/build
tests/libsTest/*/build