From 8d2d8529916e8e32e263633166f7705c714d7b60 Mon Sep 17 00:00:00 2001 From: RJ Skerry-Ryan Date: Wed, 17 Oct 2018 09:08:46 -0700 Subject: Build compile_commands.json by default and add it to the .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3fc5557322..3a3e97fdb9 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ lib/*/lib/*.lib lib/qtscript-bytearray/*.cc *.vscode +compile_commands.json \ No newline at end of file -- cgit v1.2.3