commit | 957c774b622d06b29c4c59e48db59e2e7f2ae734 | [log] [tgz] |
---|---|---|
author | Tor Norbye <tnorbye@google.com> | Fri Jan 26 17:12:10 2018 -0800 |
committer | Tor Norbye <tnorbye@google.com> | Sat Jan 27 20:27:47 2018 -0800 |
tree | 872c27b0163a33ec73df88db5a9bc11f4aea49cd | |
parent | 83ea7ae92d4f4d9e0645aa2cace586d39ab56ed6 [diff] [blame] |
Initial version of Metalava. For full information, read README.md. Test: ./gradlew test Change-Id: Ibe7cf1162af36f50afa025c3af0ea9cdaa5135c7
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ddfee5 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,7 @@ +*.iml +.gradle +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/out +.DS_Store