From 9009d05e94ed2483aabf5443491a64b83900f94e Mon Sep 17 00:00:00 2001
From: Abdulla Kamar <abdulla@google.com>
Date: Mon, 27 Aug 2018 08:13:31 +1000
Subject: [PATCH] [git] Add compile_commands.json to .gitignore

This is the file generated by "fx compdb" and used by language servers.

Test: N/A
Change-Id: Ib083ad5cf25ca594332a605163f17afc6e8eb6d2
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5a450b1a83a..828d7aadb76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
 .vscode
 Session.vim
 Thumbs.db
+compile_commands.json
 cscope.*
 tags
 target
-- 
GitLab