From eb761fc7eec58aba67f15976d5ff885980d05870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Garc=C3=ADa=20Li=C3=B1=C3=A1n?= Date: Thu, 1 Apr 2021 01:40:22 +0200 Subject: [PATCH] Add compile_commands.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dd532bda..d08d0568 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ Build CMakeLists.txt.user 3rdparty/expat_2.2.6/ nbproject +compile_commands.json