From be5aa1b519e303f697f81d42c9769780717e742a Mon Sep 17 00:00:00 2001 From: Linas Beresna Date: Mon, 31 Oct 2022 15:11:28 -0700 Subject: [PATCH] Ignore compile commands --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ace5d8203e2..1e773c9b1cf 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ doc/python include/Gaffer/Version.h contrib/openColorIOPandemonium/luts/*.spi1d contrib/openColorIOPandemonium/luts/*.cube + +# clang compile commands +compile_commands.json