From 4c3cef6da62971c294e7a02b067eee13e1307051 Mon Sep 17 00:00:00 2001 From: Greg Bonik <gbonik@google.com> Date: Thu, 12 Apr 2018 16:30:26 -0700 Subject: [PATCH] [git] Ignore Intellij IDEA project/module files IDEA CE works pretty well with Rust Change-Id: I86dfaa37036ffa5a2a4eee3a4fc568ed99a421fb --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3a0197b1fb7..d1607ff8ee7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ go/pkg *.orig last-update /.cipd +.idea/ +*.iml -- GitLab