diff options
author | Michael Hoisie <hoisie@google.com> | 2016-12-15 15:48:33 -0800 |
---|---|---|
committer | Michael Hoisie <hoisie@google.com> | 2016-12-15 15:49:22 -0800 |
commit | 9be1df68033fb6994576c76e6843c539d82b3a0a (patch) | |
tree | 5bf24823969ef5e6713303ecb32d13569570016b | |
parent | 8cb769f8fa9347c83c30c896c8d9084bd6bac756 (diff) | |
download | platform_external_jsr305-9be1df68033fb6994576c76e6843c539d82b3a0a.tar.gz platform_external_jsr305-9be1df68033fb6994576c76e6843c539d82b3a0a.tar.bz2 platform_external_jsr305-9be1df68033fb6994576c76e6843c539d82b3a0a.zip |
Add *.iml files to gitignore
Android Studio has a tendency to create .iml files for gradle projects.
Add this file type to .gitignore.
Change-Id: Id5fcae50f267a5d60d1d4c0c69417d95381cfc02
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ bin +*.iml |