From c7e564947134932138fc6eaaf9acd5a39136188f Mon Sep 17 00:00:00 2001 From: Jelle Fresen Date: Wed, 5 Dec 2018 16:31:53 +0000 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..45884c46ffea --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea +*.iml -- cgit v1.2.3