From 3b4130c9747a77642d7c7e2097e025e95150de4c Mon Sep 17 00:00:00 2001
From: Sandeep Samdaria <samdaria@google.com>
Date: Thu, 9 Feb 2023 16:11:32 -0800
Subject: [PATCH] Update .gitignore to ignore intellij files

Problem: Using intellij/android studio for bluetooth package results
in intellij file artifacts getting created.

Solution: Update .gitignore to ignore intellij files

Bug: 268550806
Test: no new-test
Tag: #refactor
Change-Id: Ie381c6483dc12594039553025278957f823ce450
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 46c8b84387a..0bf0233c199 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ compile_commands.json
 .cache/
 .vscode/
 *.profraw
+*.iml
-- 
GitLab