diff options
author | Jelle Fresen <jellefresen@google.com> | 2018-12-05 16:31:53 +0000 |
---|---|---|
committer | Jelle Fresen <jellefresen@google.com> | 2018-12-05 16:31:53 +0000 |
commit | c7e564947134932138fc6eaaf9acd5a39136188f (patch) | |
tree | b044b97c465df681e726e8a6ac7649d927f1d39e | |
parent | 0492440cd9cb181c567442dd21e53b624caeba29 (diff) |
Ignore /.idea and *.iml files
Historically the .idea directory was created in the root of the
checkout. Now we generate the .idea directory in frameworks/base, so we
need to start ignoring it here.
Test: git status
Change-Id: I9b8142768173f3db153fda494f0c49697b703a38
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..45884c46ffea --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea +*.iml |