From b652e0f82f370ab2865019859eb8cdc4622eb8d6 Mon Sep 17 00:00:00 2001 From: Stephan Herhut Date: Fri, 12 Jun 2015 09:01:03 +0200 Subject: [PATCH] Add pattern for IntelliJ project files to gitignore. BUG= R=ricow@google.com Review URL: https://codereview.chromium.org//1176373002. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 65d9dead987..effef47c1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,9 @@ .children .project +# IntelliJ project files +*.iml + # Built by chromebot and downloaded from Google Storage client/tests/drt